-
zope-ztk-1.0.8-6.lbn25.noarch
The Zope Toolkit is a set of libraries maintained by the Zope project for
building web applications, web frameworks and application servers.
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 25
-
password-reset-2.0.3-1.lbn25.noarch
Amazon Web Services require Marketplace images to have application-level passwords
set dynamically to the the running instance id. This suite ensures that upon firstboot
that policy is applied.
Outside of AWS, this tool can be used to reset an applications admin password.
This utility uses cloud-init such that it can platform-agnostically dynamically set passwords.
Currently supported applications are OpsCode/Chef, Pulp, Zenoss, and Zope/Plone.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
password-reset-chef-2.0.3-1.lbn25.noarch
Reset Chef Web UI Admin password
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
password-reset-pulp-2.0.3-1.lbn25.noarch
Reset Pulp Server Admin password
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
password-reset-zenoss-2.0.3-1.lbn25.noarch
Reset Zenoss Zentinel Admin password
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
password-reset-zope-2.0.3-1.lbn25.noarch
Reset Zope Admin password
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
golang-github-dmacvicar-terraform-provider-libvirt-0.5.2-0.1.gitc0e46b5.lbn25.x86_64
This is a terraform provider that lets you provision servers on a libvirt host via Terraform.
You should update your .terraformrc and refer to the binary:
providers {
libvirt = "/usr/share/terraform/terraform-provider-libvirt"
}
Using the provider
Here is an example that will setup the following:
A virtual server resource
(create this as libvirt.tf and run terraform commands from this directory):
provider "libvirt" {
uri = "qemu:///system"
}
You can also set the URI in the LIBVIRT_DEFAULT_URI environment variable.
Now, define a libvirt domain:
resource "libvirt_domain" "terraform_test" {
name = "terraform_test"
}
Now you can see the plan, apply it, and then destroy the infrastructure:
$ terraform plan
$ terraform apply
$ terraform destroy
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-alicloud-0.1.0-0.1.git974aa31.lbn25.x86_64
Terraform alicloud provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-azuread-0.6.0-0.1.git43950d5.lbn25.x86_64
Terraform azuread provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
golang-github-terraform-providers-consul-2.5.0-0.1.gitf49bd31.lbn25.x86_64
Terraform consul provider
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25