Giter Club home page Giter Club logo

coreos-openstack-beginner's Introduction

CoreOS-OpenStack Beginner

This contains my experiences while learning CoreOS on an OpenStack infrastructure. This project usages HEAT templates to provision multi node cluster in our infrastructure.

Follow these commands:

alok@remote $ heat stack-create -f heat-template.yaml -P discovery_token_url=`curl -q https://discovery.etcd.io/new?size=3` -P public_network_uuid=87cb4819-33d4-4f2d-86d2-6970c11962da -P key_name=myoskey trycoreos

This provides a three machine cluster. Find ip address of control node using heat output-show trycoreos control_ip. Lets say it is 108.182.62.205.

alok@remote $ export FLEETCTL_TUNNEL="108.182.62.205"
alok@remote $ fleetctl list-machines
alok@remote $ export ETCDCTL_PEERS="https://108.182.62.205:2379"
alok@remote $ etcdctl ls --recursive
alok@remote $ etcdctl set coreos/network/config “192.168.3.0/24”
alok@remote $ etcdctl ls --recursive
# too ssh to one of the machines
alok@remote $ fleetctl ssh e7d9f87f
core@core-control ~ $

coreos-openstack-beginner's People

Contributors

rajalokan avatar

Watchers

Bryce Walter avatar James Cloos avatar  avatar

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.