1. Packages
  2. Cisco IOS XE Resource Provider
  3. Installation & Configuration
Cisco IOS XE v0.0.1 published on Friday, Sep 22, 2023 by lbrlabs

Cisco IOS XE Resource Provider: Installation & Configuration

Cisco IOS XE v0.0.1 published on Friday, Sep 22, 2023 by lbrlabs

Installation

The Pulumi Grafana provider is available as a package in all Pulumi languages:

Provider Binary

The Grafana provider binary is a third party binary. It can be installed using the pulumi plugin command.

pulumi plugin install resource iosxe <version> --server github://api.github.com/lbrlabs
Copy

Replace the version string with your desired version.

Setup

To provision resources with the Pulumi Cisco IOS XE provider, you need to have credentials.

Set environment variables

Once you have provisioned these credentials, you can set environment variables to provision resources in Grafana:

$ export IOSXE_PASSWORD=<PASSWORD>
$ export IOSXE_URL=<URL>
$ export IOSXE_USERNAME=<USERNAME>
Copy
$ export IOSXE_PASSWORD=<PASSWORD>
$ export IOSXE_URL=<URL>
$ export IOSXE_USERNAME=<USERNAME>
Copy
> $env:IOSXE_PASSWORD = "<PASSWORD>"
> $env:IOSXE_URL = "<URL>"
> $env:IOSXE_USERNAME = "<USERNAME>"
Copy

Configuration Options

Use pulumi config set iosxe:<option> or pass options to the constructor of new iosxe.Provider.

Cisco IOS XE v0.0.1 published on Friday, Sep 22, 2023 by lbrlabs