summaryrefslogtreecommitdiffstats
path: root/docs/submodules/multicloud/k8s.git
AgeCommit message (Collapse)AuthorFilesLines
2019-07-11Update git submodulesKonrad Bańka1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 7ff99668b98aae1210f72e84fcc1305814563600 - Fix helm installation conflict Kubespray installs helm client on kubernetes master. The same client has to be installed on host running installation playbooks. In single node scenario, local host already has helm client installed by kubespray, thus leading to conflict due to way of provisioning. This helm installation has been moved to global configure playbook, as well as corrected, not to fail on single host deployments. Issue-ID: MULTICLOUD-690 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I1ef779ed0f2fde82758ce9e229c3f5bb015b2aeb
2019-06-26Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 8445148cf095fcc55a9ada3e2bb0fece7a065089 - Merge "Change the import paths for go get access" - Change the import paths for go get access This allows other projects to do a go get and use this repo. go get github.com/multicloud-k8s/src/k8splugin will do the job. import github.com/multicloud-k8s/src/k8splugin will import the root package Issue-ID: MULTICLOUD-666 Change-Id: I2f41c88c5a7fb3305b78cce8a83a0e102baa444c Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-06-26Update git submodulesKonrad Bańka1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 1b17eca7ab6c6fe1d14cc30c16354785b4ed6cb4 - Correct installer.sh to enable testing during deployment Issue-ID: MULTICLOUD-686 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I02724ca72a217cbb5be8cfee5edf136f4bf8ce2c
2019-06-24Update git submodulesKonrad Bańka1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 46c5d310b24563ba9de00d0583e76742efc2cc0d - Make aio.sh preserve host's ssh keys if possible aio.sh script creates rsa key that is also added to host's authorized_keys. Currently, existing id_rsa keys are removed in order to generate fresh key each time. This change makes setup script reuse existing key when possible. Issue-ID: MULTICLOUD-676 Change-Id: I3b6b837f64dabd3cb6a14aa5ea65e67c6b8db6a8 Signed-off-by: Konrad Bańka <k.banka@samsung.com>
2019-06-21Update git submodulesSamuli Silvius1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 2860cd0ee42a205ea3c565c9953ff15bd79fcc25 - Unify resolving current directory in KUD scripts Issue-ID: MULTICLOUD-685 Change-Id: I62199f64da360627a13c467139a39430ae389167 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> - Adding ci-kud-installer wrapper this wrapper is new entry point for CI job triggering aio.sh execution. Change-Id: I650675c9cfff396010bf3a1d36e9840dedf9d403 Issue-ID: MULTICLOUD-635 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com> Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-06-19Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 8233c9d84cb79759ca40eb80d8ed861c771a527b - Merge "Multus error when the namesapace is not default" - Multus error when the namesapace is not default Multus has a limitation that namespace in which network is defined has to be explicitly provided. As we are defining network in "default" namespace, that needs to be provided in all deployment files Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-663 Change-Id: Iefc17691fa909843f12fa35693900a063a6d20ae
2019-06-19Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to e862e3962a7b24c5d6060d3c37d93c80a0a0955c - Merge "Add ovn-networkobj for Multus" - Add ovn-networkobj for Multus Add ovn custom resource for Multus as part of installation Signed-off-by: Ritu Sood <ritu.sood@intel.com> Change-Id: I4e01a06ba76515fa271790b461f473045eb174a2 Issue-ID: MULTICLOUD-670
2019-06-19Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 36bd529eefdf43e552f420ab0a1d52fd560b837f - Merge "Plugin code refactoring" - Plugin code refactoring The plugin code has been refactored to implement a common interface. This will allow us to do plugin validation at loadtime of the plugin instead of at runtime. This also makes the code calling the plugins cleaner and easier to read. Issue-ID: MULTICLOUD-557 Change-Id: Ice2bcc9b850d7c0e1707dcc42132c63dd77472a7 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-06-19Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to c1963d4331fce447d93131d731e1f261c175de87 - Merge "Make ovn-central network interface configurable" - Make ovn-central network interface configurable installer.sh script is configuring ovn-central address <ip>:<port> to environment variable. Ip address is detected from the ovn-central host through ansible by grepping ifconfig output, but in this step detected network interface is hard-coded in the code to be "eth1". This commit makes network interface configurable in aio/vagrant deployment. Issue-ID: MULTICLOUD-621 Change-Id: Icbe22ffdcb45c5f16067ea609eec76fb70c0ea78 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-06-19Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to d5a34e001fe894b7f90d17d4a53dda53d2e8ef81 - Merge "Enable mitogen to speed up Ansible execution" - Enable mitogen to speed up Ansible execution Signed-off-by: Victor Morales <victor.morales@intel.com> Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Issue-ID: MULTICLOUD-301 Change-Id: I427145e26eabc92ab19b0a143b759113dbfbeeea
2019-06-10Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to f30199f018ae167df804c23079eb4bcec6c10f34 - Merge changes I798b9dd9,I36b65dd2 * changes: Remove the requirement to run aio.sh as root Documentation update for aio.sh CI change - Remove the requirement to run aio.sh as root However user needs to be in sudoers without password needed to able to run needed steps with sudo. Issue-ID: MULTICLOUD-672 Change-Id: I798b9dd9dad4175c2b43700bfe801d34b578fe97 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> - Documentation update for aio.sh CI change Update documentation accordingly. Issue-ID: MULTICLOUD-629 Change-Id: I36b65dd270a25d63884d161163cfa8e7a813d241 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-06-10Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 047872661b83422149ccf4b46defb5f90f3e7c54 - Merge "Make aio.sh suitable for CI" - Make aio.sh suitable for CI aio.sh script currently clones multicloud/k8s repo itself. That is unnessary and makes it impossible to hook k8s repository to CI system where commit changeset is used to define repository files to be tested. This commit will remove cloning of multicloud/k8s repository and also move aio.sh to baremetal folder which seems to be the intended place for it. Issue-ID: MULTICLOUD-629 Change-Id: Ifc54bbc1ec06bc4c3fbbecca7e676d5ffa392d78 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-06-10Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 048bfa9ec8e815369666eec6e662af3b0cb2e3cb - Merge "Starting of k8splugin with docker-compose is broken" - Starting of k8splugin with docker-compose is broken docker-compose.yml and start.sh script cannot be used in installer.sh to start k8splugin and mongo. This commit modifies start.sh script to be usable in installer.sh to start plugin before tests. Also fixed kud_tests variable in installer.sh. Issue-ID: MULTICLOUD-640 Change-Id: I60cc850d6f5b58df574f79ad3c65b801c59b3a14 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-06-06Update git submodulesSamuli Silvius1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to f006c55c0793a0cacac5aa45ba7f13fd5c6ef5f4 - Fixing kubectl conflict on KUD addons Removing kubectl (andrewrothstein.kubectl) dependency that conflicts with kubectl installed by Kupespray. Copy kubectl installed by Kubespray also to host running Ansible. That needs kubectl_localhost: true in Kubespray configuration to make it copy binary to localhost. Issue-ID: MULTICLOUD-667 Change-Id: I8c5f56488a9f559c4358cea5ad56fa23b26ec6aa Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-06-06Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 574633e73605bfa58872c1e00a82febe7f7f8101 - Remove andrewrothstein.kubectl role Removing andrewrothstein.kubectl role which was causing issues in aio baremetal scenario Change-Id: If3c8c71319c4b14dedfa5997881307e5424fd453 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-301
2019-05-29Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to a1fce42fe5280236f3968f257e224a42f2e4f781 - Fix IP address for sink pod IP address was incorrect for sink Change-Id: I28962cedeecd25b136eecf39786b4daed6ae9c26 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-653
2019-05-27Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 98fdb49bd98debd97fe62c5daa3ca54228ae74bf - Merge "Remove env variable" - Remove env variable Remove ENV variable. Somehow I missed removing this variable when we moved to configuration files. Issue-ID: MULTICLOUD-653 Change-Id: Ibf2238791dfcb1e66c7b9cca7b6d25e3d30bb0e4 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-27Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 5403852b41fdaef7f849178e00b93bff10940ff5 - Merge "Update vFW Helm chart" - Update vFW Helm chart Fixed sink containers to use the right containers and also fixed IP addresses. Some cleanup Change-Id: Id7ed7fe48c9e37f5d3c52c02c0585af7511c5efe Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-653
2019-05-27Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 1dcafa15b205b5cd97d9a137d6f171bf4673c66b - Merge "Install jq as an dependency for yq" - Install jq as an dependency for yq Before using yq binary we need to install also its dependency jq. This commit is fixing jq installation in case it was required as dependency for yq. Also refactored a bit dependency installations of tests. Issue-ID: MULTICLOUD-617 Change-Id: I0ea1143befa1cff809c231422b5cfb14fba1de4e Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-05-24Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 574eb961e8651ba4e4f0f92d7984a2716e5e64f7 - Merge changes from topics "broker_response", "develop" * changes: Update broker responses to match spec and SO Minor change to instance response - Update broker responses to match spec and SO The broker responses need to match the spec and what SO expects as responses. CREATE_COMPLETE instead of CREATED in both POST and GET DELETE now returns a response body GET by name is now supported Name is an alias for vf_module_id which is expected to be provided as an attribute in sdnc_directives in the original POST request Issue-ID: MULTICLOUD-645 Change-Id: Ifeca755a07298d0a858cbe9e80f9ce654d6d21b8 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com> - Minor change to instance response Minor change to instance response. Now it includes the full request parameters in the response. Issue-ID: MULTICLOUD-649 Change-Id: Ia4a7e479f842dd580bcfb13aa91dc0b0a456cf25 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-23Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 3eeb40cfe56366ca72e811bdfb6f2faf127f8a2f - Merge "Adding helm charts for vFirewall." - Adding helm charts for vFirewall. The charts are complete with templating and basic constructs. They need to be modified in terms of chart dependency and also address network configuration. Addressed comments, changed network config values and included subcharts. Removed redundent vars. Removed shell vars and updated sink. Updated vars. Removed escape chars from password which and removed comment in pod annotations. Removed comments from network files. Changed the deployment file lables for all 3 charts. Extricated some of the values addressed by comments. Set global vars. Updated sink-service labels. Change-Id: Id6fc2e066c8a6c5b33b65caae3a49637521c3133 Issue-ID: MULTICLOUD-628 Signed-off-by: Akhila Kishore <akhila.kishore@intel.com>
2019-05-23Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 352080a39d582a767d5908ab3372ac10d59a2261 - vFW usecase update Update vFw Uses case to use 1.5.0 artifacts. 1.3.1 artifacts were removed from nexus this week. Changed sink container to remove IP addresses that are built in the image and can't be changed or parametrized. Added a configmap for sink container Change-Id: Ib1aae1816de866889e93d61a77832680764acef6 Issue-ID: MULTICLOUD-623 Signed-off-by: Ritu Sood <ritu.sood@intel.com>
2019-05-22Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 09433fb59e63a96a1e6d08fdd6061c59b3813e61 - Merge "Print error message for etcd connection failure" - Print error message for etcd connection failure Error message during client creation needs to be printed. Issue-ID: MULTICLOUD-637 Change-Id: Ic3929ae774235133673032e35a2388d2e0b98d36 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-22Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 65003b68b650dee4bb81d975707a580722fc3897 - Merge "Fixing ansible version" - Fixing ansible version It would be safer to fix ansible version to prevent issues coming with newer ansible releases which might not be compatible with current playbooks within this repo. E.g. 2.8.0 is not compatible. Change-Id: Ia1b54c7644bcaf6c453ff6586682ca35ced9acec Issue-ID: MULTICLOUD-634 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com> Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-05-20Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to f0f575b6c0c66cdd82cdc5f17a54e02d445cd9a7 - Merge "Support user_directives that are attributes lists" - Support user_directives that are attributes lists Support the attributes in user_directives attributes are lists of the following form: "attributes": [ { "attribute_value": "foo", "attribute_name": "bar" }, { "attribute_value": "value2", "attribute_name": "name2" } ] Issue-ID: ONAPARC-349 Change-Id: I576bc251d1566dc26696f12f826a09bacb7417a0 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-20Update git submodulesVictor Morales1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 0f74a76f923fe264cb0f1c828bc6f8c753452fb9 - Merge "Preventing installer.sh execution to hang" - Preventing installer.sh execution to hang This newgrp command used is not suitable for shell scripting, it looks like misuse as it created new shell under right group but prevents further script execution as it has to be exited first. Change-Id: I974da3a4b8d1e0827c846150079d453789d89554 Issue-ID: MULTICLOUD-632 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
2019-05-20Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 194d50852b1217a51581ea96d833b5f506d81fd6 - Merge "vFW usecase install unzip package" - vFW usecase install unzip package Unzip package required for vFw scripts to be unzipped before using Change-Id: I5472678e207742370987da045df078cf2f6b5ee3 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-623
2019-05-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to c8d038951d41978bb00005e23081e6562c0ab754 - Merge "Move config to app and connect to instance" - Move config to app and connect to instance Move config instantiation to app and connect it to the instance to allow updates and so on. Issue-ID: MULTICLOUD-464 Change-Id: Ic994ef78a6e0d2db5e695e33b7b8a302c74c10da Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 458c676f883514c8eec57f23a88abc2e79fffa20 - Merge "Add find method in instance" - Add find method in instance Add a find method to get instances based on rbname, version and profile. If only rbname is provided, all instances based on that resource bundle are returned. If only rbname and version are provided, all instances based on that combination are returned. When all three parameters are provided, a single instance that matches them is returned. Issue-ID: MULTICLOUD-613 Change-Id: If63e844c77829211b807ce6cd7c11dad247751fc Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to f8f12a81729b812c6b07b55e07013f94e10a5828 - Merge "Variable used before intialization" - Variable used before intialization Initialize variable before using Change-Id: Id908b27d6e17692de4ad3a60e84cd00b496133b9 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-304
2019-05-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to fe05f71354a64e761bcd4d8b2307d7ede8164302 - Merge "Change format of the network file" - Change format of the network file Format of network file is different between KUD and Plugin. Change the format to match the format in KUD Change-Id: I360741b23e91e60d790a50a7eeb213576b0508b3 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-304
2019-05-16Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 82cbd4cf2d85f4e1025e3477c92f706d61cf875a - Remove extra v1 from broker path Remove extra v1 from path as it is added in the MSB api anyway. Issue-ID: MULTICLOUD-630 Change-Id: Ib7adbf2315e0a3b1fe8170096d877df8f1b64683 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-15Update git submodulesVictor Morales1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 0993b5d7f5b8d7287e2e3d72c9e082b1ee0d7192 - Merge "Add missing jq package installation" - Add missing jq package installation KUD installer.sh is missing jq package installation. Jq is used in tests/plugin.sh, tests/plugin_edgex.sh and tests/nfd.sh functional tests. Issue-ID: MULTICLOUD-617 Change-Id: Ib53bf3e47e42f98b0d38a2507f4664bbaaaceea0 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Signed-off-by: Victor Morales <victor.morales@intel.com>
2019-05-15Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 117bf6f6409c77b3ceb435c368950040bcf90ec6 - vFW packages and scripts version mismatch vFW pakages are being picked from nexus staging version 1.3.1 but the scripts are from master. Change to get all packages from nexus Change-Id: I51829b8ceaf96b4634d58a34c48f8e953ec0a684 Issue-ID: MULTICLOUD-623 Signed-off-by: Ritu Sood <ritu.sood@intel.com>
2019-05-14Update git submodulesVictor Morales1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 52853025e3b450957fa3813cb4e9861f3573510a - Merge "Make aio.sh rerunnable" - Make aio.sh rerunnable aio.sh script can be run only ones. Cloning of k8s on top of existing dir does not work and ssh key generation on top of existing key does not work. Issue-ID: MULTICLOUD-620 Change-Id: Ic60dfd6b96ab78f6edcdc3655c18f90c4427c856 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-05-14Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 1f78517c7ef99edb60ff1196f640bcaeddaa6f0a - vFW test case wrong urls and version In vFw test case some urls are incorrect and the vFW scripts release version doesn't exist anymore Change-Id: I296a6ac0a3779f3d63f5dfa4e411d4663fd98651 Issue-ID: MULTICLOUD-623 Signed-off-by: Ritu Sood <ritu.sood@intel.com>
2019-05-13Update git submodulesVictor Morales1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 9294d82d6cf301727f8cd3a40116af5cb56a521f - Merge "Move OVN to the latest version" - Move OVN to the latest version Chnage commit id for OVN Change-Id: I2b1a6365883ac9f56b4fc7f85d6ea413efe28696 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-578
2019-05-13Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 658466ee680c98730d2deac6f1cdcffd201972f2 - Merge "Disable building of K8s plugin in KUD deployment" - Disable building of K8s plugin in KUD deployment K8S plugin is part of ONAP and should not be instantiated by KUD. It only needs to be instantiated by OOM of ONAP. Changing the default value. Change-Id: I4e8f180981794b380bf05662243972ad03c23c90 Issue-ID: Issue-ID: MULTICLOUD-502 Signed-off-by: Akhila Kishore <akhila.kishore@intel.com>
2019-05-13Update git submodulesSamuli Silvius1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to f4129a00c88f5ff1e21e139340956df50fadb456 - Source /etc/environment for tests After KUD deployment (at least aio.sh), if running related tests immediately in the same shell session, system wide environment variables (/etc/environment) are not effective. This commit sources /etc/environment in commonly used _functions.sh. Issue-ID: MULTICLOUD-619 Change-Id: I75cccdd8bdc8a67b92239704160331c58ad69d08 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-05-09Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 3a6d8ecba65a9c99cd5c2542978465969ead1590 - Check always returns true for install_plugin The [[ test for KUD_PLUGIN_ENABLED always returns true. Removed [[ to use the boolean operation instead. Issue-ID: MULTICLOUD-616 Change-Id: I6bbd0c462ab7bb66447dec8dd16d786062a9c586 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-08Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 3224842f7f977041019cb5b2cccd3f86b5a38d9f - Update Readme to reflect the new golang version golang version used is 1.12.4. This patch updates the README.md to reflect that. Issue-ID: MULTICLOUD-615 Change-Id: I2ab4e0f12bf0a3ac1c807f39c5a9a05ee71c720f Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-08Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 76605570e7b161098ef1f2dc328b134da55373b4 - Merge "update golang version for kud" - update golang version for kud Use the 1.12.4 version of golang for kud instead of the older 1.11 version. Issue-ID: MULTICLOUD-610 Change-Id: I5dab57da539fef78b3097aa73e6628980d534dde Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-07Update git submodulesVictor Morales1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 1182f00b521bf72c13ef87905898e71b5de6b266 - Merge "Fix pip install/upgrade logic" - Fix pip install/upgrade logic installer.sh has reverse logic for install/upgrade pip after checking if pip is installed. Issue-ID: MULTICLOUD-607 Change-Id: Ifc512e80d8da7a37acc771f40e9edd7596388fcb Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
2019-05-06Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 381e61199653bbfa7da9c5349acad87a944fc8b8 - Make service port configurable Service port should be configurable. This patch removes the hardcoded value. The default value is 9015 Issue-ID: MULTICLOUD-609 Change-Id: Iae05f42bd06ecd061ec68a3a7c4a4a87f33b22fa Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-06Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to a2ae972e814f80184033ee75e9715d1d76323410 - Create kubeconfig files in kubeconfig dir The connectivity api should allow the creation of kubeconfig files in the kubeconfig dir. Issue-ID: MULTICLOUD-292 Change-Id: I5ecc92622648c6c90b71ffad433a132e191cf4b3 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com> - Merge cloudregionid and connectionname Merge cloudregionid and connectionname to form cloudregion Issue-ID: MULTICLOUD-292 Change-Id: If775ec5841636de37e1c10bc6d093c16a36c28dc Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-04-27Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 619ccde3c59cdbf5066a667d2bbea465d4a68984 - Merge "Fix multus and ovn tests" - Fix multus and ovn tests The tests were reporting success even when the interfaces were not created correctly Change-Id: I41a368e567bfe6d02e98bda495e88d6dee3c51ca Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-578
2019-04-26Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 4a4ca50227f3442ffea819544527790d540a7e2a - Merge "Use the unstructured type for decode" - Use the unstructured type for decode Use the unstructured type in the into field. This allows us to remove the convert part of the code and also allows decoding for CRDs. Issue-ID: MULTICLOUD-585 Change-Id: I27ecdba7127ce63137dfbcd1c0a6938343b4e759 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-04-26Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to e537bbce3040d72f9db2d205f77395d99c62b5e1 - Merge "Adding healthcheck for OOM testing" - Adding healthcheck for OOM testing Add a heathcheck endpoint for OOM testing Issue-ID: ONAPARC-363 Change-Id: Id5f77478d331fedb19ac162389d95852e10c5022 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-04-26Update git submodulesXiaohua Zhang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to f60791f567b9879983e16f2ba735f20c9f4532e6 - Merge "Update info.yaml to add new committer" - Update info.yaml to add new committer Change-Id: I10dafd4a780d79a5696a39e5f68c1636cf0898c6 Issue-ID: MULTICLOUD-580 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-04-25Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 6e08385919be58ae316a637d21b43ee7aa8df39c - Updated go.sum created from 1.12.4 Updated go.sum generated from build based on 1.12.4 Issue-ID: MULTICLOUD-587 Change-Id: I92474c20cc58f2b3e7d0085ed57548c19aa896d8 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>