Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
28f55dea
Commit
28f55dea
authored
7 years ago
by
Sergii Golovatiuk
Browse files
Options
Downloads
Patches
Plain Diff
Switch CI to ansible 2.3.0
Closes: 1253 Signed-off-by:
Sergii Golovatiuk
<
sgolovatiuk@mirantis.com
>
parent
40407930
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
28f55dea
...
...
@@ -18,7 +18,7 @@ variables:
# us-west1-a
before_script
:
-
pip install ansible==2.
2.1
.0
-
pip install ansible==2.
3
.0
-
pip install netaddr
-
pip install apache-libcloud==0.20.1
-
pip install boto==2.9.0
...
...
@@ -74,7 +74,7 @@ before_script:
-
$HOME/.cache
before_script
:
-
docker info
-
pip install ansible==2.
2.1
.0
-
pip install ansible==2.
3
.0
-
pip install netaddr
-
pip install apache-libcloud==0.20.1
-
pip install boto==2.9.0
...
...
@@ -137,7 +137,7 @@ before_script:
if [ "${UPGRADE_TEST}" != "false" ]; then
test "${UPGRADE_TEST}" == "basic" && PLAYBOOK="cluster.yml";
test "${UPGRADE_TEST}" == "graceful" && PLAYBOOK="upgrade-cluster.yml";
pip install ansible==2.
2.1
.0;
pip install ansible==2.
3
.0;
git checkout "${CI_BUILD_REF}";
ansible-playbook -i inventory/inventory.ini -b --become-user=root --private-key=${HOME}/.ssh/id_rsa -u $SSH_USER
${SSH_ARGS}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment