Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
flaper87 authored Jun 19, 2018
2 parents e35ac65 + f8dad00 commit f9099ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
executable: /bin/bash
roles:
- config-golang
- install-k8s
- clone-devstack-gate-to-workspace
- role: create-devstack-local-conf
enable_services:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- hosts: all
roles:
- config-golang
- install-k8s
- clone-devstack-gate-to-workspace
- role: install-devstack
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
become: yes
roles:
- config-golang
- install-k8s
- clone-devstack-gate-to-workspace
- role: install-devstack
environment:
Expand Down
1 change: 1 addition & 0 deletions playbooks/cloud-provider-openstack-format/run.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- hosts: all
roles:
- config-golang
- move-k8s-repo-to-k8s-specific-dir
become: yes
tasks:
Expand Down

0 comments on commit f9099ff

Please sign in to comment.