Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ice89740a34cb512fb94352fbb5104f4fdf589035
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
|
|
|
|
|
|
Change-Id: Ie8ea880db410e699cdda147b304705819e13157a
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Change-Id: Id3eba33d3b33deee815596c0a56bbe77954e2214
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Change-Id: If1138e90dd5ebf3c4748dc9cc998c93bb037c4c7
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Change-Id: Ia58832589385f2be2309f60f0567fae3635c7833
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
|
|
use kubeadm 1.7.0 to workaround deploy issue:
https://github.com/kubernetes/kubernetes/issues/49065
Change-Id: I94802e3164c175515fd9934c8cd55ca8f90a8bd9
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Change-Id: I7c0d4a8d7957ee5eb0efd39e75c561102fa9e06a
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
|
|
|
|
Change-Id: I341d84387842504953a0109376e0f951a9f7c6c1
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
|
|
Some fixes to the markup in the table.
I've moved CNF to the main text to the multi network row,
as it is not an implementation option.
Change-Id: I97193a9494b1a018aeaca75b3b90d2e240b2f2b7
Signed-off-by: csatari <gergely.csatari@nokia.com>
|
|
|
|
Change-Id: Ib4b95923f31e2f4626069d5e229bd850f3ac9e3a
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
|
|
|
|
Change-Id: I42d9a9a187f7a709d44db36bb820087f726112bf
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Change-Id: I4d858e1d0d6779f9f78c0a74ee032ef92d8a4eb8
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Change-Id: Ib5c728624045ce3d212b6a8c7114d16f69472acc
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
|
|
I've made the following changes:
- removed the direct references to Mitaka release, as this analyzis
might be updated to later releases.
- Added the relevant OpenStack projects to the table
- Made some clarifications to the existing gaps
- Removed the "Is available in Mitaka" as none of them are avaiable ;)
Change-Id: I48a4695de8e3d72b7fbcd2287d62b4b178758051
Signed-off-by: csatari <gergely.csatari@nokia.com>
|
|
|
|
new file: development/gapanalysis/gap-analysis-kubernetes-v1.5.rst
new file: development/gapanalysis/gap-analysis-openstack-mitaka.rst
new file: development/gapanalysis/gap-analysis-opnfv-installer.rst
new file: development/gapanalysis/index.rst
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
Change-Id: I12d8168245beae67172cbdeb1db9bb4cd42b0593
|
|
1. add license information
2. add fuel plugin to deploy k8s with flannel/weave:
[root@fuel ~]# fuel plugins
id | name | version | package_version | releases
---+-----------------+---------+-----------------+---------------------
9 | fuel-plugin-k8s | 1.0.0 | 4.0.0 | ubuntu (newton-10.0)
[root@fuel ~]# fuel nodes
id | status | name | cluster | ip | mac | roles | pending_roles | online | group_id
---+--------+------------------+---------+-----------+-------------------+------------+---------------+--------+---------
15 | ready | Untitled (36:ba) | 5 | 10.20.0.7 | 52:54:00:37:36:ba | compute | | 1 | 5
20 | ready | Untitled (a5:c0) | 5 | 10.20.0.5 | 52:54:00:15:a5:c0 | k8s-master | | 1 | 5
21 | ready | Untitled (f6:58) | 5 | 10.20.0.8 | 42:bc:7f:4a:ed:1e | k8s-slave | | 1 | 5
14 | ready | Untitled (7e:60) | 5 | 10.20.0.6 | 32:20:08:b9:e4:9a | controller | | 1 | 5
[root@fuel ~]# ssh 10.20.0.5
Warning: Permanently added '10.20.0.5' (ECDSA) to the list of known hosts.
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-66-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
Last login: Sun Mar 12 19:30:52 2017 from 10.20.0.2
root@node-20:~# kubectl get nodes
NAME STATUS AGE
node-20.domain.tld Ready,master 50m
node-21.domain.tld Ready 14m
root@node-20:~# kubectl get pods
NAME READY STATUS RESTARTS AGE
busybox 1/1 Running 0 11m
Change-Id: I4969c08fb35d0e7354a1cacdf89d739fff2e5eba
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Change-Id: I89d0957513d1cd194f2db3d9aac7a50d3911337c
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Signed-off-by: Xuan Jia <jason.jiaxuan@gmail.com>
Change-Id: Id1578bf09fcb21eb0806f002c5b3b752a1e36a19
|
|
|