Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
infra
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
Packages
Packages
Container Registry
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
Platform Services Coop
infra
Commits
58b60f35
Commit
58b60f35
authored
Feb 28, 2018
by
John Hackett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bridged networking and cached rubygems
parent
5154a4ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
playbook.yml
playbook.yml
+4
-2
No files found.
playbook.yml
View file @
58b60f35
...
...
@@ -40,6 +40,8 @@
owner
:
oneadmin
group
:
oneadmin
mode
:
0600
-
name
:
set rubygems remote
command
:
gem sources --remove https://rubygems.org && gem sources --add http://192.168.0.76:8808
-
name
:
install gems
command
:
/usr/share/one/install_gems --yes
# - name: copy cloudview config into place
...
...
@@ -95,7 +97,7 @@
dest
:
"
/tmp/{{
item
}}"
with_items
:
-
boot2docker.tmpl
-
vlan
_public.tmpl
-
bridge
_public.tmpl
-
interface.onebr0
-
opennebula-bridge.xml
-
name
:
download boot2docker image
...
...
@@ -126,7 +128,7 @@
register
:
chmod_boot2docker_template
failed_when
:
chmod_boot2docker_template.rc ==
1
-
name
:
create public network template
command
:
"
onevnet
create
/tmp/
vlan
_public.tmpl"
command
:
"
onevnet
create
/tmp/
bridge
_public.tmpl"
become_user
:
oneadmin
register
:
vnet_create
failed_when
:
vnet_create.rc ==
1
...
...
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