[#106] Add docker install role
This PS adds role which installs docker Depends-On: https://review.opendev.org/#/c/714109/ Change-Id: I2d114fbb8bd93f88bd9526529e985f92125dc428 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
parent
b2a602fa07
commit
d39e490f06
@ -18,6 +18,11 @@
|
||||
- name: read ip map
|
||||
include_vars:
|
||||
file: vars/airship-ipam.yaml
|
||||
|
||||
- name: docker install
|
||||
include_role:
|
||||
name: docker-install
|
||||
|
||||
- name: deploy-gate
|
||||
include_role:
|
||||
name: airship-libvirt-gate
|
||||
|
@ -13,5 +13,5 @@
|
||||
- hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- install-docker
|
||||
- docker-install
|
||||
- airshipctl-build-images
|
||||
|
@ -12,4 +12,4 @@
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
- install-docker
|
||||
- docker-install
|
||||
|
@ -25,6 +25,8 @@
|
||||
|
||||
- job:
|
||||
name: airship-airshipctl-lint-unit
|
||||
roles:
|
||||
- zuul: airship/zuul-airship-roles
|
||||
pre-run: playbooks/airship-airshipctl-deploy-docker.yaml
|
||||
run: playbooks/airship-airshipctl-lint-unit.yaml
|
||||
nodeset: airship-airshipctl-single-node
|
||||
@ -40,6 +42,8 @@
|
||||
|
||||
- job:
|
||||
name: airship-airshipctl-build-image
|
||||
roles:
|
||||
- zuul: airship/zuul-airship-roles
|
||||
nodeset: airship-airshipctl-single-node
|
||||
run: playbooks/airship-airshipctl-build-images.yaml
|
||||
irrelevant-files:
|
||||
|
Loading…
Reference in New Issue
Block a user