Commit Graph

7 Commits

Author SHA1 Message Date
Hongbin Lu
436a0e6091 Configure default container runtime in devstack
* If Kata Container is enabled, configure default runtime as
  "kata-runtime" in Zun config file.
* Update sample devstack config to document enabling kata

Change-Id: I016fd6f59a1a8b631e76f9567d5ef2e38da2bdd7
2020-03-15 23:11:57 +00:00
Hongbin Lu
5b6fa1ec03 Enable CRI runtime in devstack
Depends-On: https://review.opendev.org/#/c/709328/
Implements: blueprint add-support-cri-runtime
Change-Id: Id907628e8629d2bb8447f62e96e0018f3232e08f
2020-02-23 19:30:12 +00:00
inspurericzhang
88d20578df Replace git.openstack.org with opendev.org
Change-Id: I6b802e49a3342bd624df1f7d855911ffe3b2eaa7
2019-11-30 15:46:44 +00:00
Hongbin Lu
8f9fba6e67 Enable plugin in target branch
By default, devstack will enable plugin in master branch.
However, master branch might not be the branch we wanted.
In particular, if we are using stable branch, we want devstack
to enable plugin in stable branch instead of master branch.

This commit modifies the sample local conf to explicitly specify
the branch when enabling devstack plugin.

Change-Id: I1ce148f50e4d091e959b5c0d5b1b6281a07db946
2018-12-07 02:53:55 +00:00
Hongbin Lu
b4897d0385 Configure kuryr not creating SGs
Zun will manage security groups by itself so it is unnecessary for
kuryr to create additional security groups if it is used with Zun.
Disable it will significant improve the performance on
starting/stopping containers.

Depends-On: I6d6d176512e6b30bb7372408aec1a7bac12335ab
Change-Id: Ic281e17ef3920c0e85c3b52b97e1b43887040caf
2018-04-22 20:01:13 +00:00
Hongbin Lu
febd28ae8d Set capability_scope to global in devstack
This will make multi-node devstack setup works properly.

Change-Id: Iaf4d90bc6ee605f75cdede510774bd2261944790
2017-12-05 04:29:40 +00:00
Hongbin Lu
cafbea5e92 Consolidate devstack config into sample
There are sample local.conf in multiple locations. It is better
to consolidate them into one location to ensure consistency.

Change-Id: I3bfe6a32daeab6ca427173e3e3f96354d622b991
2017-11-24 02:33:24 +00:00