Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.playbook
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
slapos.playbook
Commits
99e16acc
Commit
99e16acc
authored
May 13, 2015
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix setup on chrome
parent
1846a4b8
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
15 additions
and
10 deletions
+15
-10
install.template
install.template
+1
-1
install/base-setup
install/base-setup
+5
-0
install/gnet/re6st
install/gnet/re6st
+1
-1
install/gnet/slapos
install/gnet/slapos
+1
-1
install/imt/re6st
install/imt/re6st
+1
-1
install/imt/slapos
install/imt/slapos
+1
-1
install/imt/slapos-update
install/imt/slapos-update
+1
-1
install/imt/vm-bootstrap
install/imt/vm-bootstrap
+1
-1
install/imt/vm-cloudera-manager
install/imt/vm-cloudera-manager
+1
-1
install/re6st
install/re6st
+1
-1
install/slapos
install/slapos
+1
-1
No files found.
install.template
View file @
99e16acc
...
...
@@ -5,7 +5,7 @@ PLAYBOOK_FILE={{ playbook_yml }}
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5
=
8a89ce4bf151a94fa005ef6d8f7a861a
BASE_SETUP_SCRIPT_MD5
=
e2c9b43ccff6e606ad25cd1df0e2705f
wget
--no-check-certificate
https://deploy.nexedi.cn/base-setup
-O
/tmp/base-setup
...
...
install/base-setup
View file @
99e16acc
...
...
@@ -28,6 +28,11 @@ function download_playbook {
# and ``DISTRO``
GetDistro
if
[[
${
DISTRO
}
=
~
(
-.
)
]]
&&
[[
-f
/etc/debian_version
]]
;
then
apt_get
install
lsb-release
GetDistro
fi
# Warn users who aren't on an explicitly supported distro, but allow them to
# override check and attempt installation with ``export FORCE=yes``
if
[[
!
${
DISTRO
}
=
~
(
wheezy|jessie|trusty|rhel7
)
]]
;
then
...
...
install/gnet/re6st
View file @
99e16acc
...
...
@@ -5,7 +5,7 @@ PLAYBOOK_FILE=gnet-re6stnet.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5
=
8a89ce4bf151a94fa005ef6d8f7a861a
BASE_SETUP_SCRIPT_MD5
=
e2c9b43ccff6e606ad25cd1df0e2705f
wget
--no-check-certificate
https://deploy.nexedi.cn/base-setup
-O
/tmp/base-setup
...
...
install/gnet/slapos
View file @
99e16acc
...
...
@@ -5,7 +5,7 @@ PLAYBOOK_FILE=gnet-server.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5
=
8a89ce4bf151a94fa005ef6d8f7a861a
BASE_SETUP_SCRIPT_MD5
=
e2c9b43ccff6e606ad25cd1df0e2705f
wget
--no-check-certificate
https://deploy.nexedi.cn/base-setup
-O
/tmp/base-setup
...
...
install/imt/re6st
View file @
99e16acc
...
...
@@ -5,7 +5,7 @@ PLAYBOOK_FILE=imt-re6stnet.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5
=
8a89ce4bf151a94fa005ef6d8f7a861a
BASE_SETUP_SCRIPT_MD5
=
e2c9b43ccff6e606ad25cd1df0e2705f
wget
--no-check-certificate
https://deploy.nexedi.cn/base-setup
-O
/tmp/base-setup
...
...
install/imt/slapos
View file @
99e16acc
...
...
@@ -5,7 +5,7 @@ PLAYBOOK_FILE=imt-server.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5
=
8a89ce4bf151a94fa005ef6d8f7a861a
BASE_SETUP_SCRIPT_MD5
=
e2c9b43ccff6e606ad25cd1df0e2705f
wget
--no-check-certificate
https://deploy.nexedi.cn/base-setup
-O
/tmp/base-setup
...
...
install/imt/slapos-update
View file @
99e16acc
...
...
@@ -5,7 +5,7 @@ PLAYBOOK_FILE=imt-server-update.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5
=
8a89ce4bf151a94fa005ef6d8f7a861a
BASE_SETUP_SCRIPT_MD5
=
e2c9b43ccff6e606ad25cd1df0e2705f
wget
--no-check-certificate
https://deploy.nexedi.cn/base-setup
-O
/tmp/base-setup
...
...
install/imt/vm-bootstrap
View file @
99e16acc
...
...
@@ -5,7 +5,7 @@ PLAYBOOK_FILE=imt-vm-bootstrap.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5
=
8a89ce4bf151a94fa005ef6d8f7a861a
BASE_SETUP_SCRIPT_MD5
=
e2c9b43ccff6e606ad25cd1df0e2705f
wget
--no-check-certificate
https://deploy.nexedi.cn/base-setup
-O
/tmp/base-setup
...
...
install/imt/vm-cloudera-manager
View file @
99e16acc
...
...
@@ -5,7 +5,7 @@ PLAYBOOK_FILE=imt-vm-cloudera-manager.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5
=
8a89ce4bf151a94fa005ef6d8f7a861a
BASE_SETUP_SCRIPT_MD5
=
e2c9b43ccff6e606ad25cd1df0e2705f
wget
--no-check-certificate
https://deploy.nexedi.cn/base-setup
-O
/tmp/base-setup
...
...
install/re6st
View file @
99e16acc
...
...
@@ -5,7 +5,7 @@ PLAYBOOK_FILE=re6stnet.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5
=
8a89ce4bf151a94fa005ef6d8f7a861a
BASE_SETUP_SCRIPT_MD5
=
e2c9b43ccff6e606ad25cd1df0e2705f
wget
--no-check-certificate
https://deploy.nexedi.cn/base-setup
-O
/tmp/base-setup
...
...
install/slapos
View file @
99e16acc
...
...
@@ -5,7 +5,7 @@ PLAYBOOK_FILE=slapos.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5
=
8a89ce4bf151a94fa005ef6d8f7a861a
BASE_SETUP_SCRIPT_MD5
=
e2c9b43ccff6e606ad25cd1df0e2705f
wget
--no-check-certificate
https://deploy.nexedi.cn/base-setup
-O
/tmp/base-setup
...
...
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