[#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:
Sreejith Punnapuzha 2020-03-05 13:52:26 -06:00
parent b2a602fa07
commit d39e490f06
4 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -13,5 +13,5 @@
- hosts: all
become: yes
roles:
- install-docker
- docker-install
- airshipctl-build-images

View File

@ -12,4 +12,4 @@
- hosts: all
roles:
- install-docker
- docker-install

View File

@ -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: