Coder Social home page Coder Social logo

azcycle's Introduction

azcycle

Cycle Server on Azure scripts and templates

Create network

Create cycle server

Create Azure Resources

  • Clone the repo

      git clone https://github.com/xpillons/azcycle.git
    
  • Update vnet-params.json and vms-params.json files with your values

  • Create a resource group

      az group create --name "my-group" --location "West Europe"
    
  • Build the Virtual Network and subnets. By default the vnet is named cyclevnet . Update the {githubuser} value with your github user name

      az group deployment create --name "vnet_deployment" --resource-group "my-group" --template-uri https://raw.githubusercontent.com/{githubuser}/azcycle/master/deploy-vnet.json --parameters vnet-params.json
    
  • Build the VMs. Update the {githubuser} value with your github user name

      az group deployment create --name "vnet_deployment" --resource-group "my-group" --template-uri https://raw.githubusercontent.com/{githubuser}/azcycle/master/deploy-vms.json --parameters vms-params.json
    

Configure Cycle Server

Activate your Cycle License

To connect to the Cycle Portal, first retrieve the FQDN of the CycleServer VM from the Azure Portal, then browse to http://cycleserverfqdn/

Create an admin user named cycleadmin

Claim your license or activate your license. Once activated, don't add a cloud provider, this will be added later from the CLI.

Setup CycleCloud CLI

The Cycle Server is not directly accessible, you have to use the admin jumpbox to reach it. In the Azure portal, retrieve the full DNS name of the admin jump box. You can then SSH on it with the cycleadmin user and the SSH key you provided. Once on the jumbox

ssh cycleserver
  • Initialize CycleCloud CLI

create a Service Principal first or have one as explained here https://docs.cyclecomputing.com/installation-guide-v6.6.0/configuring_cloud_provider/masetup then start the initialize process

    cyclecloud initialize

Check installation logs

The Cycle Server installation logs are located in the /var/lib/waagent/custom-script/download/0 directory.

Create your cluster

Build your cluster in Cycle by using the provided templates

azcycle's People

Contributors

edwardsp avatar xpillons avatar

Watchers

 avatar  avatar

Forkers

jermth

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.