Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
external-header-nav
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

NorthStar Controller in an OpenStack Environment Pre-Installation Steps

date_range 18-Nov-23

Before you install the NorthStar Controller in an OpenStack environment, prepare your system by performing the following pre-installation steps.

  1. (Optional) Upload an SSH keypair.

    content_copy zoom_out_map
    # nova keypair-add --pub-key ssh-public-key-file keypair-name

    Alternatively, you can use any existing keypair that is available in your OpenStack system. You can also use Horizon UI to upload the image. Consult your OpenStack user guide for more information about creating, importing, and using keypairs.

  2. Upload an official CentOS 6 Cloud image.

    content_copy zoom_out_map
    # glance image-create --name glance-centos-image-name  --disk-format qcow2 --container-format bare --file image-location-and-filename-to-upload

    For example:

    content_copy zoom_out_map
    # glance image-create --name northstar_junosvm_17.2R1.openstack.qcow2 --disk-format qcow2 --container-format bare --file images/northstar_junosvm_17.2R1.openstack.qcow2
  3. Change the JunosVM disk bus type to IDE and the Ethernet driver to e1000.

    content_copy zoom_out_map
    # glance image-update --property hw_disk_bus=ide --property hw_cdrom_bus=ide --property hw_vif_model=e1000 junosvm-image-id
    Note:

    The variable junosvm-image-id is the UUID of the JunosVM image. You can find this ID in the output of the following command:

    content_copy zoom_out_map
    # glance image-list
external-footer-nav