Files
fedora-infra_ansible/roles
2015-12-11 21:09:24 +00:00
..
2015-12-11 21:09:24 +00:00
2015-11-16 21:20:44 +00:00
2015-12-11 20:42:33 +00:00
2015-12-10 18:06:28 +00:00
2015-11-09 17:51:30 +00:00
2015-12-08 17:23:16 +01:00
2015-11-09 19:09:48 +00:00
2015-12-08 18:53:51 +00:00
2015-12-01 17:59:43 +00:00
2015-12-08 21:16:38 +00:00
2015-11-30 04:21:41 +00:00
2015-11-30 04:21:41 +00:00
2015-12-02 00:22:59 +00:00
2015-12-05 17:38:20 +00:00
2015-12-01 22:47:08 +00:00
2015-12-01 23:29:16 +00:00
2015-11-09 19:17:18 +00:00
2015-12-01 18:40:25 +00:00
2015-12-09 14:53:42 +00:00
2015-11-07 20:09:20 +00:00
2015-12-01 21:59:11 +00:00
2015-11-09 17:45:16 +00:00
2015-11-30 14:25:33 +00:00
2015-12-10 22:44:12 +00:00
2015-11-13 18:04:47 +00:00

Space for our ansible roles - ansible 1.2 and above only


Notes About OpenShift Ansible Roles
-----------------------------------
The following roles that are "imported" at face value from the upstream
OpenShift Ansible project[0] for use by OSBS[1][2][3]

This is currently required by the playbooks/groups/osbs.yml playbook

To re-import/update the OpenShift Ansible roles:

    # This can be anywhere, just not in this git tree
    $ cd /tmp/

    $ git clone https://github.com/openshift/openshift-ansible.git
    $ cd openshift-ansible/roles/

    $ oo_roles=(
        etcd
        etcd_ca
        etcd_certificates
        fluentd_master
        fluentd_node
        openshift_common
        openshift_examples
        openshift_facts
        openshift_manage_node
        openshift_master
        openshift_master_ca
        openshift_master_certificates
        openshift_master_cluster
        openshift_node
        openshift_node_certificates
        openshift_repos
        os_env_extras
        os_env_extras_node
        os_firewall
        pods
    )

    # This assumes your local branch of this git repo exists in
    # ~/src/fedora-ansible/ but replace that with the actual path
    $ for role in ${oo_roles[@]}
    do
        cp -r $role ~/src/fedora-ansible/roles/
    done

    # Inspect the changes 
    $ cd ~/src/fedora-ansible
    $ git diff

    # If you're happy with things, then
    $ git commit -m "re-import/update openshift roles from upstream"
    $ git push

[0] - https://github.com/openshift/openshift-ansible
[1] - https://github.com/projectatomic/osbs-client
[2] - https://github.com/release-engineering/koji-containerbuild
[3] - https://github.com/projectatomic/atomic-reactor