Skip to main content
Version: 2024.1

Import a Blueprint Package into CloudShell

This procedure describes how to import a blueprint package into CloudShell so that when deployed, the blueprint will work as it did before it was exported. The import procedure also applies to 1st Gen Shells, which are imported into CloudShell the same way.

Before importing a package, make sure to import (into CloudShell Portal) the shells associated with the blueprint's resources.

See Exporting a Blueprint Package to get more information about how to create these packages.

note

When exporting a package, the complete zip file is exported. However, when preparing the zip file for import, you can change the contents of the package zip file. For instance, you can export a blueprint to generate a package, but remove the Topologies folder from the zip file so that only the resources and data model will be imported.

To import a package do one of the following:

  • From the User menu, select Import Package and then browse to the required zipped package file.
  • Drag the zipped package file and drop it anywhere in the portal.

The following table describes which elements are imported into CloudShell.

ContentsProcess
metadata.xmlThe validation process checks that the metadata.xml file exists, is valid (is of a known package type) and that the server version is less than or equal to the current server version.
CategoriesCategories are updated for the imported blueprint only if these categories are already assigned to the current domain.
Drivers
(1st Gen shells only)
Import all resource drivers (as part of the resource shells) in the package. If drivers that have the same names as existing drivers are added, the existing ones are overwritten, even if the imported package is from an older CloudShell Server version.
Note: Resource drivers are supported for backwards compatibility only.
Blueprint scriptsImport Python scripts attached to the blueprint and to the blueprint's components.
Resource scripts / repository assetsImport Python scripts and repository assets (Configuration Management sh/ps1 scripts and Ansible playbooks) attached to the blueprint's components.
Note: CloudShell identifies resource scripts and assets by their names. As such, CloudShell does not import a script or asset if one with the same name already exists in CloudShell.
Data model
(1st Gen shells only)
Import new and update existing attributes, new families and models, drivers, and images.
Warnings:
  • VLAN and Subnet limitations apply to the importing of blueprints containing these services. For details, see VLAN Connectivity and Subnet Connectivity - Points to Consider.
  • If blueprints that have the same name as existing blueprints are added, the existing blueprints with the same name are overwritten, even if the imported package is from an older CloudShell Server version.
ResourcesImport new and update existing resources and sub resources. IP addresses are only updated if the existing value is NA.
Resources are searched for by unique ID. If not found, then the search is performed according to name.
Warning: If data models that have the same names as existing data models are added, information that is overwritten includes the default value, description, read-only information and other properties. However, other elements are added, for example model attributes. In most cases information that is set in the database but not in the package is not deleted, like the attributes of a model.
In addition, if any of the packaged resources are based on Shells or Shell versions that are missing from CloudShell, you will be prompted to import the required Shells first.
Abstract resourcesAbstract resources are exported as is.
App TemplatesImport new and update existing App templates. App templates are searched for by name.
For admins the Apps are included in the blueprint. For regular users, the Apps are included in the blueprint if the regular user is the blueprint owner.
TopologiesImport new and update existing blueprints, including resources, connections, and blueprint properties.
Warning: If blueprints that have the same name as existing blueprints are added, the existing blueprints with the same name are overwritten, even if the imported package is from an older CloudShell Server version.

An indication message is displayed in CloudShell Portal to confirm the import.

User permissions

The import process is limited by the user's permissions, as described in the following table:

RolePermissions
System AdministrationSystem administrators can import whole packages.
Domain AdministrationDomain administrators can only import blueprints and resources, even if the package contains drivers and data models.
Regular UserRegular users can only import blueprints. For example, in cases where packages contain a number of different folders and files, only the blueprints are imported. This process might therefore fail if it needs some of the dependencies that are in the package.
Apps are not included in the imported packages.
External UserThis user has the same permissions as the Regular User.

Additional information

  • When a CloudShell admin imports a blueprint into CloudShell, the blueprint package may update or add certain management configurations in CloudShell, such as App templates, scripts and assets. However, when a regular user imports a blueprint package, unmatching configurations (such as Apps configured differently from ones in the Manage > Apps page) only apply to the blueprint.
  • Each step in the import process has its own validation process. The import steps that follow do not start until the current step ends successfully.
  • If part of the import fails, all the earlier parts are preserved. In this case, the completed part of the package remains in the database.
  • L1/Patch panel drivers are not exported or imported.
  • Access credentials to App configuration management scripts and playbooks are included (hashed).
  • Labels are not included in blueprint packages.