diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-12-15 12:33:31 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-12-15 13:51:28 +0100 |
commit | b761beb3ea2bafd786473775b5ba0afcb3fa2fd3 (patch) | |
tree | f27107d9d214c85db91c0ac5d0a79a39d9644cc5 /deployment/heat/heat.env | |
parent | c63869d48d77034f9805a57ef693b44d71b9fed4 (diff) |
Move Masspnf simulator code from Integration repository to it's own
Change-Id: Id48ca08ec0d042d93e204b49ae9fe1bc86efd67b
Issue-ID: INT-1810
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'deployment/heat/heat.env')
-rw-r--r-- | deployment/heat/heat.env | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deployment/heat/heat.env b/deployment/heat/heat.env new file mode 100644 index 0000000..3e402fe --- /dev/null +++ b/deployment/heat/heat.env @@ -0,0 +1,10 @@ +parameters: + image_name: ubuntu-18.04-server-cloudimg-amd64 + flavor_name: m1.medium + key_name: + instance_net_id: + float_net_id: + simulator_instances: + ves_url: + ftp_user: + ftp_password: |