Code Review
/
joid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
230e6a9
)
change nosdn instance MTU to 1400 to passthrugh the ssh.
51/5151/1
author
Narinder Gupta
<narinder.gupta@canonical.com>
Wed, 23 Dec 2015 18:44:58 +0000
(12:44 -0600)
committer
Narinder Gupta
<narinder.gupta@canonical.com>
Wed, 23 Dec 2015 18:44:58 +0000
(12:44 -0600)
Change-Id: I00e978367e82eaaaa575496fa52bc32ae65c9a3d
ci/02-maasdeploy.sh
patch
|
blob
|
history
ci/nosdn/juju-deployer/ovs-ha.yaml
patch
|
blob
|
history
ci/nosdn/juju-deployer/ovs-tip.yaml
patch
|
blob
|
history
ci/nosdn/juju-deployer/ovs.yaml
patch
|
blob
|
history
diff --git
a/ci/02-maasdeploy.sh
b/ci/02-maasdeploy.sh
index
5d00f5b
..
c40cb72
100755
(executable)
--- a/
ci/02-maasdeploy.sh
+++ b/
ci/02-maasdeploy.sh
@@
-31,9
+31,9
@@
esac
echo "$USER ALL=(ALL) NOPASSWD:ALL" > 90-joid-init
if [ -e /etc/sudoers.d/90-joid-init ]; then
- cp /etc/sudoers.d/90-joid-init 91-joid-init
+
sudo
cp /etc/sudoers.d/90-joid-init 91-joid-init
cat 90-joid-init >> 91-joid-init
- sudo chown root:root 9
0
-joid-init
+ sudo chown root:root 9
1
-joid-init
sudo mv 91-joid-init /etc/sudoers.d/
else
sudo chown root:root 90-joid-init
diff --git
a/ci/nosdn/juju-deployer/ovs-ha.yaml
b/ci/nosdn/juju-deployer/ovs-ha.yaml
index
a58e721
..
2b6f509
100644
(file)
--- a/
ci/nosdn/juju-deployer/ovs-ha.yaml
+++ b/
ci/nosdn/juju-deployer/ovs-ha.yaml
@@
-132,6
+132,7
@@
openstack-phase2:
num_units: 1
options:
# "ext-port": "eth1"
+ instance-mtu: 1400
to:
- "nodes-api=0"
neutron-openvswitch:
diff --git
a/ci/nosdn/juju-deployer/ovs-tip.yaml
b/ci/nosdn/juju-deployer/ovs-tip.yaml
index
66d66d5
..
b78128c
100644
(file)
--- a/
ci/nosdn/juju-deployer/ovs-tip.yaml
+++ b/
ci/nosdn/juju-deployer/ovs-tip.yaml
@@
-140,6
+140,7
@@
openstack-phase2:
branch: lp:charms/trusty/neutron-gateway
options:
openstack-origin-git: include-file://neutron-master.yaml
+ instance-mtu: 1400
# "ext-port": "eth1"
to:
- "nodes-api=0"
diff --git
a/ci/nosdn/juju-deployer/ovs.yaml
b/ci/nosdn/juju-deployer/ovs.yaml
index
1d4560a
..
386fbb1
100644
(file)
--- a/
ci/nosdn/juju-deployer/ovs.yaml
+++ b/
ci/nosdn/juju-deployer/ovs.yaml
@@
-106,6
+106,7
@@
openstack-phase2:
charm: cs:trusty/neutron-gateway
num_units: 1
options:
+ instance-mtu: 1400
# "ext-port": "eth1"
to:
- "nodes-api=0"