Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

haphan/ansible-packstack

Repository files navigation

ansible-packstack

Example Ansible Playbook for Packstack

Aim is to simplify the install of OpenStack via Packstack onto Red Hat Enterprise Linux 7 and Centos 7 environments

Driving the playbook

You'll need to specify your inventory hosts.rhel file that contains the host you wish to packstack

[packstack]
openstack

Override the variable repo_host to specify the location of your local yum repository.

To execute the playbook across my RHEL hosts

ansible-playbook -i hosts.rhel packstack.yaml

If I only want to enable my locally cached set of base OS RPMS

ansible-playbook -i hosts.rhel repos.yaml

Includes

The includes configure the local respositories on the packstack hosts

  • local_repo.yaml - Base OS repositories
  • local_openstack_repo.yaml - OpenStack specific repositories

Configuration Files

These contain the local yum repositories config files to reduce internet traffic.

  • Base RHEL or Centos repositories
    • centos.repo.j2
    • rhel.repo.j2
  • Red Hat OpenStack or RDO repositories
    • centos_rdo.repo.j2
    • rhel_osp.repo.j2

About

Example Ansible Playbook for Packstack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /