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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kasra Jamshidi
slapos.package
Commits
d6778722
Commit
d6778722
authored
Jan 08, 2016
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playbook: Include Upgrader for GNET
parent
65d201e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
0 deletions
+30
-0
playbook/gnet-upgrader-install.yml
playbook/gnet-upgrader-install.yml
+13
-0
playbook/gnet-upgrader.yml
playbook/gnet-upgrader.yml
+16
-0
playbook/install-script.yml
playbook/install-script.yml
+1
-0
No files found.
playbook/gnet-upgrader-install.yml
0 → 100644
View file @
d6778722
-
name
:
a play that runs entirely on the ansible host
hosts
:
127.0.0.1
connection
:
local
vars
:
-
upgrader_playbook
:
gnet-upgrade.yml
vars_files
:
-
settings/upgrader.yml
roles
:
-
upgrader
playbook/gnet-upgrader.yml
0 → 100644
View file @
d6778722
-
name
:
a play that runs entirely on the ansible host
hosts
:
127.0.0.1
connection
:
local
vars
:
-
computer_name
:
noname
-
slapostoken
:
notoken
vars_files
:
-
settings/gnet.yml
roles
:
-
{
role
:
package
,
package_name
:
ntp
,
package_state
:
latest
}
-
{
role
:
package
,
package_name
:
wget
,
package_state
:
latest
}
-
{
role
:
package
,
package_name
:
re6st-node
,
package_state
:
latest
}
-
vifib-team-ssh-key
playbook/install-script.yml
View file @
d6778722
...
...
@@ -56,6 +56,7 @@
-
{
role
:
"
install-script"
,
channel
:
"
slapos"
,
playbook_yml
:
"
slapos-test-node.yml"
,
script_path
:
"
install/slapos-test-node"
}
-
{
role
:
"
install-script"
,
channel
:
"
slapos"
,
playbook_yml
:
"
gnet-re6stnet.yml"
,
script_path
:
"
install/gnet/re6st"
}
-
{
role
:
"
install-script"
,
channel
:
"
slapos"
,
playbook_yml
:
"
gnet-server.yml"
,
script_path
:
"
install/gnet/slapos"
}
-
{
role
:
"
install-script"
,
channel
:
"
slapos"
,
playbook_yml
:
"
gnet-upgrader-install.yml"
,
script_path
:
"
install/gnet/upgrader-install"
}
-
{
role
:
"
install-script"
,
channel
:
"
slapos"
,
playbook_yml
:
"
test-suite.yml"
,
script_path
:
"
install/test-suite"
}
-
{
role
:
"
install-script"
,
channel
:
"
slapos"
,
playbook_yml
:
"
vifib-upgrader-install.yml"
,
script_path
:
"
install/vifib-upgrader-install"
}
...
...
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