Add plugin_fw.sh test for v2 and run as part of installer. 81/113081/1
authorTodd Malsbary <todd.malsbary@intel.com>
Tue, 8 Sep 2020 18:31:52 +0000 (11:31 -0700)
committerTodd Malsbary <todd.malsbary@intel.com>
Wed, 23 Sep 2020 21:51:43 +0000 (14:51 -0700)
commit6b6dc1bacd9914219794dcc3a033c6558c04092d
tree97ed370f89c0bda4d091f58f48fb3bb32c885ae7
parentf1a368f93708ee0a27f0740e353408ab0f19e147
Add plugin_fw.sh test for v2 and run as part of installer.

To deploy to multiple clusters, set the KUD_PLUGIN_FW_CLUSTERS
environment variable to the following format (an array of cluster data
objects):

[
  {
    "metadata": {
      "name": "NAME",
      "description": "DESCRIPTION",
      "userData1": "USER_DATA_1",
      "userData2": "USER_DATA_2"
    },
    "file": "KUBECONFIG_PATH"
  },
  {
    ...
  }
]

Issue-ID: MULTICLOUD-1217
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I4c80fbcef1162b441c4dfba4ce2bfd3ac419bc25
kud/hosting_providers/containerized/installer.sh
kud/tests/plugin_fw_v2.sh [new file with mode: 0755]