Skip to content

How to integrate OSM and Openstack

Mario Teixeira Lemes edited this page Jan 9, 2024 · 1 revision

Adding VIM through OSM client

In OSM VM, type:

osm vim-create --name openstack --user admin --password admin --auth_url http://10.158.0.3/identity/v3 \
--tenant demo --account_type openstack --config='{security_groups: default, keypair: gcp-key, use_floating_ip: True}'

Note:

  • --name: VIM name;
  • --user: user with privileges in OpenStack;
  • --password: key of user;
  • --auth_url: URL authentication at OpenStack;
  • --tenant: project in OpenStack that VMs will be created;
  • --account_type: type of account;
  • --config: additional parameters;
  • --security_groups: rules to allow traffic inside virtual machines instances created in OpenStack;
  • --keypair: public key in OpenStack;
  • --use_floating_ip: a management interface of a VNFD is automatically assigned a floating_ip.

In Open Source Mano GUI, you see the new configured VIM:

To see details, click in i button:

Clone this wiki locally