summaryrefslogtreecommitdiffstats
path: root/roles/openshift_openstack/templates/user_data.j2
Commit message (Collapse)AuthorAgeFilesLines
* Fix openshift_openstack_provision_user_commandsBogdan Dobrelya2018-02-121-2/+2
| | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Fix cloud init runcmd templatingBogdan Dobrelya2018-02-091-2/+11
| | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Clarify the ansible playbook vs cloud-initBogdan Dobrelya2018-02-091-2/+2
| | | | | | | | Document use cases for custom post-provision ansible hooks vs cloud-init runcmd shell commands. Rename to openshift_openstack_cloud_init_runcmd. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Fix openstack cloud-init runcmd templatingBogdan Dobrelya2018-02-091-1/+1
| | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* [openstack] custom user commands for cloud-initBogdan Dobrelya2018-02-091-0/+7
| | | | | | | | | | | | Allow to specify additional user commands executed on all Nova servers provisioned via Heat. An example use case is installing and starting os-collect-config agents to put Nova servers under the configuration management driven via the host openstack cloud Heat services. This allows to integrate with another deployment tools like TripleO. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Parameterize user and disable_root options in cloud configNaga Ravi Chaitanya Elluri2018-02-011-2/+2
| | | | | This commit will allow the user to login as root. By default, the user is set to openshift and disable_root is set to true.
* Add openshift_openstack role and move tasks thereTomas Sedovic2017-11-071-0/+13
All the tasks that were previously in playbooks are now under `roles/openshift_openstack`. The `openshift-cluster` directory now only contains playbooks that include tasks from that role. This makes the structure much closer to that of the AWS provider.