Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
slapos.package
Commits
f7d8ce37
Commit
f7d8ce37
authored
Jun 24, 2016
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plabook: generate generic-vm-bootstrap using stable2 channel
parent
ec926211
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
playbook/install-script.yml
playbook/install-script.yml
+2
-0
playbook/roles/install-script/tasks/main.yml
playbook/roles/install-script/tasks/main.yml
+1
-1
No files found.
playbook/install-script.yml
View file @
f7d8ce37
...
...
@@ -69,6 +69,8 @@
-
{
role
:
"
install-script"
,
channel
:
"
stable"
,
playbook_yml
:
"
imt-vm-cloudera-manager.yml"
,
script_path
:
"
install/imt/vm-cloudera-manager"
}
-
{
role
:
"
install-script"
,
channel
:
"
stable"
,
playbook_yml
:
"
imt-re6stnet.yml"
,
script_path
:
"
install/imt/re6st"
}
-
{
role
:
"
install-script"
,
channel
:
"
stable2"
,
playbook_yml
:
"
imt-vm-bootstrap.yml"
,
script_path
:
"
install/imt/generic-vm-bootstrap"
}
-
{
role
:
"
install-script"
,
channel
:
"
slapos_testing"
,
playbook_yml
:
"
slapos.yml"
,
script_path
:
"
install/testing/slapos"
}
-
{
role
:
"
install-script"
,
channel
:
"
slapos_testing"
,
playbook_yml
:
"
re6stnet.yml"
,
script_path
:
"
install/testing/re6st"
}
-
{
role
:
"
install-script"
,
channel
:
"
slapos_testing"
,
playbook_yml
:
"
vifib.yml"
,
script_path
:
"
install/testing/vifib"
}
...
...
playbook/roles/install-script/tasks/main.yml
View file @
f7d8ce37
...
...
@@ -5,7 +5,7 @@
-
name
:
generate scripts
template
:
src=vm_bootstrap.j2 dest={{ base_path }}/{{ script_path }} mode=0666
when
:
channel == "stable" and "generic-vm-bootstrap" in script_path
when
:
channel == "stable
2
" and "generic-vm-bootstrap" in script_path
-
name
:
generate scripts
template
:
src=install_unstable.j2 dest={{ base_path }}/{{ script_path }} mode=0666
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment