Files
puppet-openstack-guide/doc/source/install/deploy.rst
Takashi Kajinami af5baad683 Update github url to opendev url
Currently opendev.org is the source and all repos in github.com are
mirror. Thus we should point opendev.org instead of github.com .

Change-Id: I50967bc2a5dcf69f6d76ba948c3955d55a4568f0
2021-06-09 08:33:55 +09:00

683 B

Deploy Puppet OpenStack modules

Deploy Puppet OpenStack modules, deploy OpenStack with Puppet and test the setup with Tempest.

  • Software requirements:
    • Ubuntu 18.04 LTS or CentOS 7 fresh install
    • 'git' installed
  • Hardware requirements:
    • At least 4GB of memory, but 8GB is recommended.
    • At least 10GB of storage.
$ git clone https://opendev.org/openstack/puppet-openstack-integration
$ cd puppet-openstack-integration
$ ./all-in-one.sh

More information you can find here.