Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
4545fcb4
Commit
4545fcb4
authored
8 years ago
by
Jenkins
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "fix typo"
parents
33711529
f8322dff
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
specs/kubernetes-deployment.rst
+2
-2
2 additions, 2 deletions
specs/kubernetes-deployment.rst
tools/ovs-dpdkctl.sh
+8
-8
8 additions, 8 deletions
tools/ovs-dpdkctl.sh
tools/setup_gate.sh
+1
-1
1 addition, 1 deletion
tools/setup_gate.sh
with
11 additions
and
11 deletions
specs/kubernetes-deployment.rst
+
2
−
2
View file @
4545fcb4
...
...
@@ -10,7 +10,7 @@ pid=host, and --privileged features in docker. Since then, it has developed
these features [1].
The objective is to manage the lifecycle of containerized OpenStack services by
using Kubernetes container managment tools in order to obtain the self-healing
using Kubernetes container manag
e
ment tools in order to obtain the self-healing
and upgrade capabilities inherent in Kubernetes.
Problem description
...
...
@@ -86,7 +86,7 @@ the bootstrap tasks are reused to upgrade the database. This will allow
deployment and upgrades to follow the same pipeline.
The Kolla containers will communicate with the Kubernetes API server to in order
to be self aware of if any bootstrapping processes are occuring.
to be self aware of if any bootstrapping processes are occur
r
ing.
Alternative bootstrap approaches:
...
...
This diff is collapsed.
Click to expand it.
tools/ovs-dpdkctl.sh
+
8
−
8
View file @
4545fcb4
...
...
@@ -309,20 +309,20 @@ options:
- debuging:
- To enable debuging export OVS_DPDK_CTL_DEBUG=True
- install:
- The varibles d
i
scribed below can be defined to customise
- The varibles d
e
scribed below can be defined to customise
installation of ovs-dpdkctl.
<variable>=<value> ovs-dpdkctl.sh install
- bridge_mappings:
- A comma sep
e
rated list of physnet to bridge mappings.
- A comma sep
a
rated list of physnet to bridge mappings.
- Example: bridge_mappings=physnet1:br-ex1,physnet2:br-ex2
- Default: ""
- port_mappings:
- A comma sep
e
rated list of port to bridge mappings.
- A comma sep
a
rated list of port to bridge mappings.
- Example: port_mappings=eth1:br-ex1,eth2:br-ex2
- Default: generated form bridge_mappings assuming bridge names
are constructed by appending br- to port name.
- cidr_mappings:
- A comma sep
e
rated list of bridge to cidr mappings.
- A comma sep
a
rated list of bridge to cidr mappings.
- Example: cidr_mappings=br-ex1:192.168.1.1/24,br-ex2:192.168.2.1/24
- Default: ""
- ovs_coremask:
...
...
@@ -336,8 +336,8 @@ options:
- A hex encoded string container a bitmask of what cpu cores
to pin the dataplane pool mode driver treads of the ovs-vswitchd to.
- Each bit set in the bitmask will result in the creating of a pmd.
- For best performance it is recomended to allocate at least 1 pmd per
numa node. On systems with HyperThreading enabled it is recomended to also
- For best performance it is recom
m
ended to allocate at least 1 pmd per
numa node. On systems with HyperThreading enabled it is recom
m
ended to also
allocate the HT sibling core in the pmd_coremask.cores allocated
to ovs with dpdk via the pmd_coremask should be removed from the
nova vcpu_pin_set and isolated from the kernel scheduler.
...
...
@@ -350,7 +350,7 @@ options:
- Example: ovs_mem_channels=2
- Default: "4"
- ovs_socket_mem:
- A comma sep
e
rated list of hugepage memory, specifed in MBs per numa node,
- A comma sep
a
rated list of hugepage memory, specifed in MBs per numa node,
allocated to the ovs-vswitchd to use for the dpdk dataplane.
- For best performance memory should be allocated evenly across all numa node
that will run a pmd.
...
...
@@ -365,7 +365,7 @@ options:
- Example: dpdk_interface_driver=vfio_pci
- Default: "uio_pci_generic"
- pci_whitelist:
- A repeated space sep
e
rated list of pci whitelist flags
- A repeated space sep
a
rated list of pci whitelist flags
for allowed ovs-dpdk ports.
- The pci_whitelist allows multiple dpdk primary process to
utilise different pci devices without resulting in a conflict
...
...
This diff is collapsed.
Click to expand it.
tools/setup_gate.sh
+
1
−
1
View file @
4545fcb4
...
...
@@ -68,7 +68,7 @@ gate = cron,fluentd,glance,haproxy,keepalived,keystone,kolla-toolbox,mariadb,mem
EOF
if
[[
"
${
DISTRO
}
"
==
"Debian"
]]
;
then
# Infra does not sign th
i
er mirrors so we ignore gpg signing in the gate
# Infra does not sign the
i
r mirrors so we ignore gpg signing in the gate
echo
"RUN echo 'APT::Get::AllowUnauthenticated
\"
true
\"
;' > /etc/apt/apt.conf"
|
sudo tee
-a
/etc/kolla/header
# Optimize the repos to take advantage of the Infra provided mirrors for Ubuntu
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment