Files
fedora-infra_ansible/roles
Dennis Gilmore b31e00a080 make two week nightlies based on f23 now
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
2015-11-03 04:40:48 +00:00
..
2015-10-14 09:49:32 +02:00
2015-10-20 17:16:49 +00:00
2015-07-30 19:24:06 +00:00
2015-10-13 03:02:45 +00:00
2015-09-03 00:15:13 +00:00
2015-11-03 04:12:24 +00:00
2015-10-13 20:54:25 +00:00
2015-10-05 04:24:03 +00:00
2015-09-02 00:07:32 +00:00
2015-08-26 14:01:07 +00:00
2015-11-02 16:37:01 +00:00
2015-10-09 14:55:26 +00:00
2015-06-20 04:45:26 +00:00
2015-10-02 13:27:55 +00:00
2015-10-07 18:41:33 +00:00
2015-10-15 17:34:08 +00:00
2015-10-14 16:47:59 +00:00
2015-10-14 00:53:08 +00:00
2015-10-05 15:03:36 +02:00
2015-06-23 17:03:38 +00:00
2015-10-25 00:49:58 +00:00
2015-10-25 00:54:36 +00:00
2015-06-23 20:29:03 +00:00
2015-10-08 16:43:58 +00:00
2015-10-10 13:03:57 +00:00
2015-10-11 15:37:40 +00:00
2015-11-02 15:32:12 +00:00
2015-06-30 15:51:52 +00:00
2015-10-07 13:25:31 +00:00
2015-10-02 03:22:24 +00:00
2015-07-17 21:16:46 +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