GithubHelp home page GithubHelp logo

iowa's Introduction

IOWA repository

Build Status

A set of roles to deploy openstack in a spread per component way

TODO LIST

  • improve documentation !!!
  • create a simple web ui to assign roles
  • create a specific bridge mappings for compute nodes
  • document cinder enabled backends
  • add ldap support in keystone? keystone v3 ?
  • document how to run the role with a custom variables files ( and with a specific component through tags)
  • document that when creating a db, the corresponding hash with its associated dbuser, dbpassword and dbname is needed for mysql role to work correctly
  • check if notifications_designate as topic is really needed or defaulting to notifications is enough

SOME TIPS AROUND CONF

CINDER

  • volume_driver can be either
    • cinder.volume.drivers.lvm.LVMISCSIDriver . This is the default. In this case volume_group can be specified
    • cinder.volume.drivers.nfs.NfsDriver In this case , one can specify a different location and use the nfs_shares array to specify exports to add

NEUTRON

  • grab tenant id and inject it in the conf
  • set tunneling ip stuff and create br-tun

NOVA

  • documento nova.novncproxy_url as it cant be set in defaults var file
  • virt_type is qemu by default, you can set nova.virt_type to kvm if using nested ( it s giving some issues actually)

INSTALLING ON RHEL

note that those roles dont handle subscriptions also note that newton requires the rhel-7-server-openstack-10-devtools-rpms channel

RUN SPECIFIC COMPONENT

OVERRIDING VARIABLES

Either use extra-vars or a group_var directory

ansible-playbook init.yml --extra-vars "@samples/madrid.yaml"
ansible-playbook init.yml --tags keystone

DEPLOYING MULTIPLE NODES WITH ANSIBLE

  • make the role visible
export ANSIBLE_ROLES_PATH=roles
  • allinone
ansible-playbook -i ~/klist.py controller.yml
  • api only
ansible-playbook -i ~/klist.py controller.yml --tags api
  • controller stuff
ansible-playbook -i ~/klist.py site.yml --tags controller,mysql,rabbitmq,mongodb
  • compute
ansible-playbook -i ~/klist.py compute.yml --tags compute

##RUNNING TESTS

testinfra --connection=ansible --ansible-inventory ~/klist.py --sudo --hosts=heat tests/test_heat.py  -v

##Problems?

Send me a mail at [email protected] !

Mac Fly!!!

karmab

iowa's People

Contributors

karmab avatar jparrill avatar

Watchers

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.