Skip to content

lastkrick/stackforce-ansible

 
 

Repository files navigation

Stackforce Cloudlinux

Quickstart

Install vagrant using https://docs.vagrantup.com/v2/installation/ Default box: "bento/centos7.2", you can set different box name with VAGRANT_BOX_NAME enviroment variable

#!shell

# git clone --recursive git@bitbucket.org:stackforce/stackforce-ansible.git
# cd stackforce-ansible
# vagrant up

Openstack dev-environment over Openstack installation procedure:

./run_tripleo.sh USERNAME

IMPORTANT: s/USERNAME/your_username/

example ~/.ansible.cfg:

[ssh_connection]
ssh_args = -o ForwardAgent=yes -o ControlMaster=no -o StrictHostKeyChecking=no

example /etc/openstack/clouds.yaml:

#!yaml
---
clouds:
  stackforce:
    auth:
      auth_url: "http://192.168.10.7:35357/v3"
      project_name: "admin"
      project_domain_name: default
      user_domain_name: default
      username: "admin"
      password: "PPPGee4soopohsusaki"
    identity_api_version: "3"
    region_name: "RegionOne"
  tripleo:
    auth:
      auth_url: "http://192.168.10.7:35357/v3"
      project_name: "USERNAME"
      project_domain_name: default
      user_domain_name: default
      username: "USERNAME"
      password: "guj3OhV8ub5hauCh"
    identity_api_version: "3"
    region_name: "RegionOne"

About

Ansible playbooks for deploying OpenStack on RPM systems. http://openstack.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 85.3%
  • Shell 10.3%
  • Roff 4.2%
  • Makefile 0.2%