Migrate Ansible playbooks and roles to ceenter/ceenter#6
Migrate Ansible playbooks and roles to ceenter/ceenter#6jwerak wants to merge 4 commits intoceenter:masterfrom
Conversation
README.md
Outdated
| Additional Container Group on OpenShift | ||
| - `oc create -f ocp-setup/role-pod-manager.yml` | ||
| - `oc create -f ocp-setup/sa-tower-container-group.yml` | ||
| - `oc create -f ocp-setup/rb-tower-container-group.yml` |
There was a problem hiding this comment.
This is just WIP documentation, I though this is more readable.
In future I would like to code it all so that we can set it up from scratch on new OCP Cluster.
There was a problem hiding this comment.
even as oneliner you can use -f multiple times for one oc command IIRC
| gcp_compute_instance: | ||
| state: present | ||
| name: "{{ vm_name | default('ansible-tower-test', true) }}" | ||
| machine_type: n1-standard-1 |
There was a problem hiding this comment.
+1
Should be set as variable
There was a problem hiding this comment.
I will add empty line between tasks. Just to make code more clean and
There was a problem hiding this comment.
This is for the PoC part to demonstrate that we can run VM in GCP. I don't know if we want to parametrize machine type. I would keep it as default for no wand parametrize it once we define a set of values we want to be configurable for all clouds.
WDYT?
There was a problem hiding this comment.
if you keep it hardoced then create an issue please. otherwise we can easily carry it.
mainly documentaiton of how to set OpenShift and Tower. Custom container image had to be used because there gcp modules don't run on default Ansible Tower instance group.
- parametrize option for VM type
all Ansible and setup is migrated to https://github.com/ceenter/ceenter
|
I've removed the Ansible and OCP related content. |
No description provided.