Skip to content

Deployment automation efforts for PF9 pre-reqs, host agent, authorization

Notifications You must be signed in to change notification settings

hostdime/autodeploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autodeploy

Deployment automation efforts for PF9 pre-reqs, host agent, and authorization.

Instructions

After cloning the repo you'll need to create the following files.

group_vars/all.yml

ssh_user: root
os_region: <OS region>
os_username: <username>
os_password: <password>
os_tenant: <tenant name>
du_url: <DU_UR>

inventory/hypervisors

[hypervisors]
<fqdn> ansible_host=<ip>

Example Playbook

- hosts: hypervisors
  roles:
    - neutron-prerequisites
    - pf9-hostagent

License

Commerical

About

Deployment automation efforts for PF9 pre-reqs, host agent, authorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.3%
  • Python 42.7%