releng-compose: comment out docker stuff for now, we will need to replace it with podman or moby

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-01 22:37:43 +00:00 committed by Pierre-Yves Chibon
parent 58d5269e60
commit 457380c043

View file

@ -75,26 +75,26 @@
key_src: "{{private}}/files/docker-registry/{{env}}/pki/private/containerstable.key",
when: env == "production"
}
- {
role: push-docker,
candidate_registry: "candidate-registry.stg.fedoraproject.org",
candidate_registry_osbs_username: "{{candidate_registry_osbs_stg_username}}",
candidate_registry_osbs_password: "{{candidate_registry_osbs_stg_password}}",
}
- {
role: push-docker,
candidate_registry: "candidate-registry.fedoraproject.org",
candidate_registry_osbs_username: "{{candidate_registry_osbs_prod_username}}",
candidate_registry_osbs_password: "{{candidate_registry_osbs_prod_password}}",
when: env == "production"
}
- {
role: push-docker,
candidate_registry: "quay.io",
candidate_registry_osbs_username: "{{quay_io_username}}",
candidate_registry_osbs_password: "{{quay_io_password}}",
when: env == "production"
}
# - {
# role: push-docker,
# candidate_registry: "candidate-registry.stg.fedoraproject.org",
# candidate_registry_osbs_username: "{{candidate_registry_osbs_stg_username}}",
# candidate_registry_osbs_password: "{{candidate_registry_osbs_stg_password}}",
# }
# - {
# role: push-docker,
# candidate_registry: "candidate-registry.fedoraproject.org",
# candidate_registry_osbs_username: "{{candidate_registry_osbs_prod_username}}",
# candidate_registry_osbs_password: "{{candidate_registry_osbs_prod_password}}",
# when: env == "production"
# }
# - {
# role: push-docker,
# candidate_registry: "quay.io",
# candidate_registry_osbs_username: "{{quay_io_username}}",
# candidate_registry_osbs_password: "{{quay_io_password}}",
# when: env == "production"
# }
tasks:
@ -108,23 +108,23 @@
tags:
- containerrebuild
- name: install docker for container management
package:
name: docker
tags:
- containerrebuild
- name: enable and start docker service
service:
name: docker
state: started
enabled: yes
# - name: install docker for container management
# package:
# name: docker
# tags:
# - containerrebuild
#
# - name: enable and start docker service
# service:
# name: docker
# state: started
# enabled: yes
#
- name: install ansible for container automated rebuilds
package:
name:
- ansible
- python2-dockerfile-parse
- python3-dockerfile-parse
tags:
- containerrebuild