├── .gitignore ├── ActiveDirectory ├── AD.blueprint.json ├── ActiveDirectory.ps1 ├── JoinDomain.ps1 ├── README.md └── init.sls ├── CODE_OF_CONDUCT.md ├── EPOCH_WORDPRESS ├── Epoch_Wordpress.json └── README.md ├── Elasticsearch_scaleout └── Elasticsearch_scaleout.json ├── EraMariaProvision ├── EraMariaProvision.json └── README.md ├── EraPostgresProvision ├── EraPostgresProvision.json └── README.md ├── Esrally_elasticstack_benchmarking └── esrally_elasticstack_benchmarking.json ├── HashiCorpVault ├── HashiCorpVault.json └── README.md ├── LICENSE ├── MSSQL-AAG └── MSSQL-AAG.json ├── MSSQL-FCI └── MSSQL-FCI.json ├── MSSQL ├── MSSQL2014.json └── README.md ├── MSSQL_IIS_ESXI ├── MSSQL_IIS_ESXI.json └── README.md ├── README.rst ├── Splunk-BP ├── README.md └── Splunk - withvDisks.json ├── XenDesktop ├── README.md ├── Xen Desktop.json └── Xen-Desktop-2016.json ├── ansible ├── ansible.json └── readme.md ├── anthos-on-ahv ├── README.md └── blueprint.json ├── azure-sdk-bootDiagnostics ├── README.md └── azureSdk-BootDiagnostics.json ├── calm-integrations ├── bitbucket-sync-for-calm-blueprints │ ├── README.md │ ├── bitbucket-sync-for-calm-blueprints.py │ └── config.ini ├── brownfield_import │ ├── ahv │ │ └── brownfield_import.py │ └── vmware │ │ ├── 01_get_vmware_vm_info.py │ │ ├── 02_brownfield_import.py │ │ ├── README.md │ │ └── images │ │ └── CALM_Brownfield_import.jpg ├── brownfield_vmware_import │ ├── README.md │ ├── brownfield_vmware_import.py │ └── vms_list ├── calm-dr-vm-tracking-scripts │ ├── README.md │ ├── helper.py │ ├── post-migration-script.py │ └── pre-migration-script.py ├── ey-calm-migration-scripts │ ├── ey-post-migration-script.py │ ├── ey-pre-migration-script.py │ ├── ey-vmware-post-migration-script.py │ └── helper.py ├── generate_task_library_items │ ├── README.md │ ├── generate_task_library.py │ └── generate_task_library_items.sh ├── git-sync-for-calm-blueprints │ ├── README.md │ ├── Screenshots │ │ └── github_output.png │ ├── config.ini │ ├── git-sync-for-calm-blueprints.py │ └── requirements.txt └── publish_blueprints_marketplace │ ├── README.md │ └── publish_blueprint_to_marketplace.py ├── devops-saltstack-website ├── devops-saltstack-website.json └── readme.md ├── escript-demo-networking-single-ip ├── escript-demo-networking-single-ip.json └── readme.md ├── escript-demo-pull-info-from-api ├── escript-demo-pull-info-from-api.json └── readme.md ├── kalm-persistentVolumeClaim ├── Calm_serviceAccount.yaml ├── README.md └── kalm-busybox-pvc.json ├── kalm-wordpress ├── README.md └── kalm-wordpress.json ├── kps-service-domain-deployment ├── KPS-Service-Domain-Deployment.json ├── README.md └── icn-karbon-color.png ├── library └── task-library │ ├── AD-DNS-DHCP │ ├── Install_AD.ps1 │ ├── Install_DHCP.ps1 │ └── Open_Firewall_Ports.ps1 │ ├── Azure │ ├── create_virtual_machine.escript │ ├── create_virtual_machine.py │ ├── delete_virtual_machine.escript │ ├── delete_virtual_machine.py │ ├── start_virtual_machine.py │ ├── stop_virtual_machine.py │ └── update_virtual_machine.py │ ├── Cassandra_Cluster │ ├── Cassandra_BPG_and_Install_Java.sh │ └── Cassandra_Cluster_Install_Configure.sh │ ├── Chef │ ├── Chef_Setup.sh │ ├── Chef_uninstall.sh │ ├── Chef_usr_org_setup.sh │ └── Generic_disk_setup_to_opt.sh │ ├── CouchDB │ └── CouchDB_Install_and_Configure.sh │ ├── Docker │ └── Docker_Install_and_Configure.sh │ ├── DockerRegistry │ ├── DockerUninstall.sh │ ├── Docker_Setup.sh │ ├── Docker_registry_setup.sh │ └── Generic_disk_setup.sh │ ├── Elasticsearch │ └── Elasticsearch_PackageInstallTask.sh │ ├── Ganglia │ └── Ganglia_Install_Configure.sh │ ├── GitLab │ ├── Generic_disk_setup_to_opt.sh │ ├── Gitlab_setup.sh │ └── Gitlab_uninstallation.sh │ ├── Graylog │ └── Graylog_Install_and_Setup.sh │ ├── Hadoop │ ├── Hadoop_Master_Configure.sh │ ├── Hadoop_Master_Start.sh │ ├── Hadoop_Master_setup.sh │ ├── Hadoop_Master_uninstall.sh │ ├── Hadoop_Slave_Configure.sh │ ├── Hadoop_Slave_Start.sh │ ├── Hadoop_slave_setup.sh │ └── Hadoop_slave_uninstall.sh │ ├── IIS │ ├── Change_default_drive_letter.ps1 │ ├── Initialize_Disk.ps1 │ ├── Install_IIS.ps1 │ └── Open_Firewall_Ports.ps1 │ ├── Icinga │ ├── Icinga_Setup_Icinga2.sh │ ├── Icinga_Setup_IcingaDB.sh │ └── Icinga_Setup_IcingaWeb2.sh │ ├── Jenkins │ ├── Get_Login_Password.sh │ ├── Install_Configure_Jenkins.sh │ ├── Install_Configure_Slave.sh │ ├── Install_Java.sh │ └── Upgrade_Jenkins.sh │ ├── K8 Module Escripts │ ├── Create_namespace.py │ └── List_namespaces.py │ ├── Kafka │ └── Kafka_Install_and_Configure.sh │ ├── Kubernetes │ ├── Etcd_Install_and_Configure.sh │ ├── Etcd_Start.sh │ ├── Etcd_Validation.sh │ ├── Kubernetes_Master_Install_Configure.sh │ └── Kubernetes_Worker_Install_and_Configure.sh │ ├── LAMP │ ├── Apache_Install_Configure_Apache.sh │ ├── HAProxy_Install_Configure_Haproxy.sh │ └── MySQL_Install_Configure_MySQL.sh │ ├── MSSQL │ ├── DomainJoin.ps1 │ └── SQL_Installation.ps1 │ ├── Mariadb │ └── MariaDB_Install_Configure.sh │ ├── MariadbMasterSlave │ ├── MariaDB_Master_Configure_Master.sh │ ├── MariaDB_Master_Install_Configure.sh │ ├── MariaDB_Slave_Configure_MariaDB_Slave.sh │ └── MariaDB_Slave_Install_Configure.sh │ ├── Mongodb Sharding │ ├── ConfigSet_Install_and_Configure.sh │ ├── DataSet_Disk_Setup.sh │ ├── DataSet_Install_and_Configure.sh │ ├── DataSet_Prerequisites.sh │ └── Router_Install_and_Configure.sh │ ├── Mongodb Single Node │ ├── Mongo_Disk_Setup.sh │ ├── Mongo_Install_Configure.sh │ └── Mongo_Prerequisites_Install.sh │ ├── Move │ ├── Create_environment.py │ └── Upgrade.py │ ├── MySQL Single Node │ ├── MySQL_Backup.sh │ ├── MySQL_Disk_Setup.sh │ ├── MySQL_Install_Setup.sh │ ├── MySQL_Prerequisites_Install.sh │ └── MySQL_Restore.sh │ ├── MySql Master Slave │ ├── MySQL_Master_Backup.sh │ ├── MySQL_Master_Configure_Master..sh │ ├── MySQL_Master_Disk_Setup.sh │ ├── MySQL_Master_GetDBState.sh │ ├── MySQL_Master_Install_Master_Setup.sh │ ├── MySQL_Master_Prerequisites_Install.sh │ ├── MySQL_Master_Restore.sh │ ├── MySQL_Slave_Configure_Slaves.sh │ ├── MySQL_Slave_Disk_Setup.sh │ ├── MySQL_Slave_Install_Slave_Setup.sh │ └── MySQL_Slave_Prerequisites_Install.sh │ ├── Nagios │ ├── Nagios_setup.sh │ ├── Nagios_start.sh │ └── Nagios_uninstall.sh │ ├── Netbox │ └── Netbox_Install_and_Configure.sh │ ├── Objects │ ├── access_bucket.escript │ ├── create_bucket.py │ ├── create_object_store.py │ ├── create_user.escript │ ├── delete_bucket.py │ ├── delete_object_store.py │ ├── disable_objects.escript │ ├── enable_objects.escript │ └── enable_objects.py │ ├── Openldap │ ├── Openldap_Add_User.sh │ ├── Openldap_GUI_Service_Install_Configure.sh │ └── Openldap_Install_Configure.sh │ ├── Postgresql Single Node │ ├── Postgres_Backup.sh │ ├── Postgres_Disk_Setup.sh │ ├── Postgres_Install_Setup.sh │ ├── Postgres_Prerequisites_Install.sh │ └── Postgres_Restore.sh │ ├── Postgresql │ ├── Postgres_Master_Backup.sh │ ├── Postgres_Master_Configure_Master.sh │ ├── Postgres_Master_Disk_Setup.sh │ ├── Postgres_Master_Install_Setup.sh │ ├── Postgres_Master_Prerequisites_Install.sh │ ├── Postgres_Master_Restore.sh │ ├── Postgres_Slave_Configure_Slave.sh │ ├── Postgres_Slave_Disk_Setup.sh │ ├── Postgres_Slave_Install_Setup.sh │ └── Postgres_Slave_Prerequisites_Install.sh │ ├── Puppet_OpenSource │ └── Puppet_OpenSource_Install_and_Configure.sh │ ├── RabbitMQ │ ├── RabbitMQ_Start.sh │ ├── RabbitMQ_management_enable.sh │ ├── RabbitMQ_setup.sh │ └── RabbitMQ_uninstall.sh │ ├── Redis │ ├── Redis_Master_Install_and_Configure.sh │ └── Redis_Slave_Install_and_Configure.sh │ ├── SaltStack │ ├── SaltMaster_Install_and_Configure.sh │ └── SaltMinion_Configuration.sh │ ├── Sharepoint │ ├── JoinDomain.ps1 │ ├── Sharepoint_ContinueInstallation.ps1 │ └── Sharepoint_InstallPrereq.ps1 │ ├── Snort │ └── Snort_Insall_and_Configure.sh │ ├── Solr │ └── Solr_Install_Configure.sh │ ├── SolrCloud │ ├── SolrCloud_Create_Cluster.sh │ ├── SolrCloud_Setup.sh │ └── SolrCloud_ZookeeperSetup.sh │ └── Wordpress │ ├── Wordpress_Apache_Php_PackageInstallTask.sh │ ├── Wordpress_ConfigureWordpress.sh │ ├── Wordpress_Haproxy_PackageInstallTask.sh │ └── Wordpress_Mysql_PackageInstallTask.sh ├── mysql-ndb-cluster ├── images │ ├── mysql-ndb-app-running.png │ ├── mysql-ndb-blueprint-no-dependency.png │ ├── mysql-ndb-manager-view.png │ ├── mysql-ndb-selected-hostname.png │ ├── mysql-ndb-server-offline.png │ └── mysql-ndb-sql-servers-online.png ├── mysql-ndb-cluster.json └── readme.md ├── nginx-with-php72 ├── nginx-with-php72.json └── readme.md ├── openldap ├── openldap.json └── readme.md ├── oracle-12c-single-node ├── oracle-12c-single-node.json └── readme.md ├── oracle-single-instance ├── oracle-single-instance.json └── readme.md ├── php-composer ├── php-composer.json └── readme.md ├── plugins └── service_now │ ├── Calm-ServiceNow-Plug-In-Admin-Guide-v1.0.pdf │ ├── Calm-ServiceNow-Plug-In-User-Guide-v1.0.pdf │ ├── Release-Notes-ServiceNow-Calm-v1.0.pdf │ ├── ServiceNow Service Portal Patch for Plugin V1.4.2.xml │ └── ServivceNow Calm Plugin GA v1.0.xml ├── saltstack ├── readme.md └── saltstack.json ├── splunk ├── README.md └── splunk.json ├── stable ├── AD-DNS-DHCP │ └── AD-DNS-DHCP.json ├── Appscale │ └── AppScaleFaststart.json ├── Aviatrix │ └── Aviatrix.json ├── BitDefender │ └── GravityZone.json ├── Cassandra_Cluster │ └── Cassandra.json ├── Chef │ └── Chef.json ├── DockerRegistryOpensource │ └── DockerRegistryOpensource.json ├── DockerSwarm │ └── DockerSwarm.json ├── ElasticSearch │ └── ElasticSearch.json ├── ExpressLaunch │ └── ExpressLaunch.json ├── FortiGateNGFW │ └── FortiGateNGFW.json ├── Ganglia │ └── Ganglia.json ├── GitLab │ └── GitLab.json ├── GrayLog │ └── GrayLog.json ├── HYCU │ └── HYCU.json ├── HYCUXDPaaSonNutanixStorage │ └── HYCUXDPaaSonNutanixStorage.json ├── Hadoop │ └── Hadoop.json ├── IIS │ └── IIS.json ├── Icinga │ └── Icinga.json ├── Jenkins │ └── Jenkins.json ├── Kubernetes │ └── Kubernetes.json ├── LAMP │ └── LAMP.json ├── LoginEnterprise │ └── LoginEnterprise.json ├── MSSQL │ └── MSSQL.json ├── MariaDBMasterSlave │ └── MariaDBMasterSlave.json ├── MongoSharding │ └── MongoSharding.json ├── Move │ └── Move.json ├── MysqlMasterSlave │ └── MysqlMasterSlave.json ├── Nagios │ └── Nagios.json ├── Neo │ └── NEO-NetworkOrchestration.json ├── NetBox │ └── Netbox.json ├── Openldap │ └── Openldap.json ├── PaloAlto │ └── PaloAlto.json ├── Parallels_RAS │ └── Parallels_RAS.json ├── PostgresCluster │ └── Postgres.json ├── PuppetOpenSource │ └── PuppetOpenSource.json ├── RabbitMQ │ └── RabbitMQ.json ├── Redis │ └── Redis.json ├── SaltStack │ └── SaltStack.json ├── SharePoint │ └── Sharepoint.json ├── SingleVM │ └── SingleVM.json ├── Snort │ └── Snort.json ├── SolrCloud │ └── SolrCloud.json ├── Wordpress │ └── Wordpress.json ├── X-Ray │ └── x-ray.json ├── Xclarity │ └── XClarity.json ├── couchdb │ └── CouchDB.json ├── eG_Enterprise │ └── eGEnterprise.json ├── kafka │ └── Kafka.json ├── mariadb-single │ └── MariaDB.json ├── mongo-single │ └── MongoDBSingleNode.json ├── mysql-single │ └── MySQLSingleNode.json ├── postgres-single │ └── PostgresqlSingleNode.json ├── solr-single │ └── Solr.json └── veeam │ └── veeam.json ├── task-library ├── AHV.py ├── Chef_Bootstrap.sh ├── Docker_Bootstrap.sh ├── JoinVMtoDomain ├── JoinVMtoDomain.ps1 ├── Karbon │ ├── DeleteKarbonCluster.py │ ├── DisableKarbon.py │ ├── Karbon.py │ └── LCM_Upgrade.py ├── Package_Updates_CentOS.sh ├── Package_Updates_Ubuntu.sh ├── Salt_Bootstrap.sh ├── Updates_Windows.ps1 ├── Windows_Install_Hotfix.ps1 ├── ansible │ ├── AwxAddHost.py │ ├── AwxAddHostToGroups.py │ ├── AwxDeleteHost.py │ └── AwxRunPlaybook.py ├── avi-network │ ├── Authentication.py │ ├── CreatePool.py │ ├── CreateVS.py │ ├── DeleteVS.py │ ├── GetUuid.py │ ├── README.md │ └── UpdatePool.py ├── aws │ ├── create_vpc.py │ ├── ec2_associate_elastic_ip.py │ ├── ec2_create_lb.py │ ├── ec2_describe_instances.py │ ├── ec2_filter_instances.py │ ├── iam_create_role.py │ ├── lambda_create_function.py │ ├── s3_create_bucket.py │ ├── s3_create_object.py │ └── s3_list_buckets.py ├── azure │ ├── azure_enable_bootDiagnostics.py │ ├── azure_enable_vmBackup.py │ └── azure_launch_armTemplate.py ├── brownfield_import_vmware_single_vm.py ├── calm │ ├── CalmGetAppProfileVars.py │ ├── CalmGetAppStatus.py │ ├── CalmGetApps.py │ ├── CalmGetBpUuid.py │ ├── CalmGetEnvUuid.py │ ├── CalmGetProjectNetwork.py │ ├── CalmGetRolesUuid.py │ ├── CalmGetUserProjects.py │ ├── CalmLaunchBp.py │ ├── CalmNewProject.py │ ├── CalmRemoveApp.py │ ├── CalmRemoveApps.py │ ├── CalmRemoveProject.py │ ├── CalmSetProjectAcp.py │ ├── CalmSetProjectBp.py │ ├── CalmSetProjectOwner.py │ └── README.md ├── cisco-aci │ ├── CiscoAciAddContractToEpg.py │ ├── CiscoAciAddVmmDomainToEpg.py │ ├── CiscoAciCreateApplicationProfile.py │ ├── CiscoAciCreateBridgeDomain.py │ ├── CiscoAciCreateEpg.py │ ├── CiscoAciCreateSubnet.py │ ├── CiscoAciCreateTenant.py │ ├── CiscoAciCreateVrf.py │ ├── CiscoAciDeleteBridgeDomain.py │ ├── CiscoAciDeleteEpg.py │ ├── CiscoAciTemplate.py │ └── README.md ├── commvault │ ├── CommvaultBackupAddVMtoGroup.py │ ├── CommvaultBackupGetVMGroups.py │ ├── CommvaultBackupRemoveVMfromGroup.py │ ├── CommvaultBackupRunSubclientBackup.py │ └── README.md ├── easyip-ipam │ └── README.md ├── efficientip │ ├── EipAddHost.py │ ├── EipDeleteHost.py │ ├── EipGetSiteId.py │ ├── EipGetSubnetId.py │ ├── EipGetSubnetName.py │ └── EipReserveHost.py ├── escript-template.py ├── f5 │ ├── F5CreateNode.py │ ├── F5CreatePool.py │ ├── F5CreateVS.py │ ├── F5DeleteNode.py │ ├── F5DeletePool.py │ ├── F5DeleteVS.py │ ├── F5UpdatePool.py │ └── F5UpdateVS.py ├── fortigate │ ├── FortigateAddGroup.py │ ├── FortigateAuthentication.py │ ├── FortigateCreateIpv4.py │ ├── FortigateDeleteIpv4.py │ ├── FortigateListAllPolicies.py │ ├── FortigateUpdateGroup.py │ └── FortigateUpdatePolicy.py ├── guest_customization │ ├── cloud-init │ │ └── Sample_cloud_init.sh │ └── sysprep │ │ ├── AWS │ │ └── PScript │ │ ├── Azure │ │ ├── AutoLogon.xml │ │ └── FirstLogonCommands.xml │ │ ├── Nutanix │ │ ├── All_OS.xml │ │ ├── Assign_hostname_StaticIP.xml │ │ ├── Domain_join_DHCP.xml │ │ ├── Domain_join_Static_IP.xml │ │ ├── Sysprep_hostname_account.xml │ │ ├── Windows_Boot_ISO_DHCP_IP.xml │ │ └── Windows_Boot_ISO_StaticIP.xml │ │ └── VMware │ │ └── command_list.txt ├── infoblox │ ├── InfobloxCheckHostname.py │ ├── InfobloxReserveIp.py │ ├── InfobloxReserveMacIp.py │ └── README.md ├── jenkins │ ├── JenkinsLaunchBuild.py │ └── JenkinsMonitorJob.py ├── jira │ ├── JiraCreateTicket.py │ ├── JiraLinkParentTicket.py │ └── JiraUpdateTicketStatus.py ├── phpIPAM │ ├── PhpIPAMGetAuthToken.py │ ├── PhpIPAMGetFreeIp.py │ ├── PhpIPAMGetFreeSubnet.py │ ├── PhpIPAMGetIp.py │ ├── PhpIPAMGetSubnet.py │ ├── PhpIPAMGetSubnetId.py │ ├── PhpIPAMReleaseIp.py │ └── README.md ├── posh-api-template.ps1 ├── prism │ ├── PcEnableNewNgt.py │ ├── PcEnableNgt.py │ ├── PcGetAdGroup.py │ ├── PcGetAdGroupUuid.py │ ├── PcGetAdUserUuid.py │ ├── PcGetAhvNetwork.py │ ├── PcGetClusterIp.py │ ├── PcGetVmMac.py │ ├── PcGetVmUuid.py │ ├── PcMountNgt.py │ ├── PcNewAhvNetwork.py │ ├── PcRemoveAhvNetwork.py │ ├── PcVmsListPost.ps1 │ ├── PcVmsListPost.py │ ├── PeAddVmToPd.py │ ├── PeGetImageUuid.py │ ├── PeMountIso.py │ ├── PeSnapVm.py │ └── README.md ├── rubrik │ ├── README.md │ ├── RubrikAddSlaDomain.py │ ├── RubrikGetClusterId.py │ ├── RubrikGetSlaDomainId.py │ ├── RubrikGetVmId.py │ ├── RubrikRefreshNtnxCluster.py │ ├── RubrikTakeVmSnapshot.py │ └── RubrikWaitUntilClusterRefresh.py ├── veeam │ ├── VcRestGetCategory.py │ ├── VcRestGetTag.py │ ├── VeamGetRepository.py │ ├── VeeamCloneJob.py │ ├── VeeamDeleteJob.py │ ├── VeeamEditJob.py │ ├── VeeamGetHierarchyRoots.py │ ├── VeeamGetJob.py │ ├── VeeamGetTask.py │ └── VeeamStartJob.py ├── vsphere │ ├── README.md │ ├── VcRestCreateTag.py │ ├── VcRestDeleteTag.py │ ├── VcRestGetTag.py │ ├── VcRestTagAssociation.py │ ├── VcSoapCreateVmDrsRules.py │ ├── VcSoapCreateVmFolder.py │ ├── VcSoapDeleteFolder.py │ ├── VcSoapDeleteVmDrsRules.py │ ├── VcSoapGetNetworkId.py │ ├── VcSoapGetObjects.py │ ├── VcSoapGetVmFolder.py │ ├── VcSoapMoveVmFolder.py │ └── VcSoapUpdateVmDrsRules.py └── windows │ ├── EnableWinRm.ps1 │ ├── InitDataDrive.ps1 │ ├── JoinDomain.ps1 │ ├── RunWindowsUpdate.ps1 │ ├── SetPerf.ps1 │ ├── SetPoshWU.ps1 │ ├── SetPowershell.ps1 │ ├── SetSec.ps1 │ ├── WinEjectCdrom.ps1 │ └── generic_exe_bat_scheduler.ps1 └── windows-deployment ├── readme.md └── windows-deployment.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/.gitignore -------------------------------------------------------------------------------- /ActiveDirectory/AD.blueprint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/ActiveDirectory/AD.blueprint.json -------------------------------------------------------------------------------- /ActiveDirectory/ActiveDirectory.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/ActiveDirectory/ActiveDirectory.ps1 -------------------------------------------------------------------------------- /ActiveDirectory/JoinDomain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/ActiveDirectory/JoinDomain.ps1 -------------------------------------------------------------------------------- /ActiveDirectory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/ActiveDirectory/README.md -------------------------------------------------------------------------------- /ActiveDirectory/init.sls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/ActiveDirectory/init.sls -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /EPOCH_WORDPRESS/Epoch_Wordpress.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/EPOCH_WORDPRESS/Epoch_Wordpress.json -------------------------------------------------------------------------------- /EPOCH_WORDPRESS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/EPOCH_WORDPRESS/README.md -------------------------------------------------------------------------------- /Elasticsearch_scaleout/Elasticsearch_scaleout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/Elasticsearch_scaleout/Elasticsearch_scaleout.json -------------------------------------------------------------------------------- /EraMariaProvision/EraMariaProvision.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/EraMariaProvision/EraMariaProvision.json -------------------------------------------------------------------------------- /EraMariaProvision/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/EraMariaProvision/README.md -------------------------------------------------------------------------------- /EraPostgresProvision/EraPostgresProvision.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/EraPostgresProvision/EraPostgresProvision.json -------------------------------------------------------------------------------- /EraPostgresProvision/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/EraPostgresProvision/README.md -------------------------------------------------------------------------------- /Esrally_elasticstack_benchmarking/esrally_elasticstack_benchmarking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/Esrally_elasticstack_benchmarking/esrally_elasticstack_benchmarking.json -------------------------------------------------------------------------------- /HashiCorpVault/HashiCorpVault.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/HashiCorpVault/HashiCorpVault.json -------------------------------------------------------------------------------- /HashiCorpVault/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/HashiCorpVault/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/LICENSE -------------------------------------------------------------------------------- /MSSQL-AAG/MSSQL-AAG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/MSSQL-AAG/MSSQL-AAG.json -------------------------------------------------------------------------------- /MSSQL-FCI/MSSQL-FCI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/MSSQL-FCI/MSSQL-FCI.json -------------------------------------------------------------------------------- /MSSQL/MSSQL2014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/MSSQL/MSSQL2014.json -------------------------------------------------------------------------------- /MSSQL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/MSSQL/README.md -------------------------------------------------------------------------------- /MSSQL_IIS_ESXI/MSSQL_IIS_ESXI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/MSSQL_IIS_ESXI/MSSQL_IIS_ESXI.json -------------------------------------------------------------------------------- /MSSQL_IIS_ESXI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/MSSQL_IIS_ESXI/README.md -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/README.rst -------------------------------------------------------------------------------- /Splunk-BP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/Splunk-BP/README.md -------------------------------------------------------------------------------- /Splunk-BP/Splunk - withvDisks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/Splunk-BP/Splunk - withvDisks.json -------------------------------------------------------------------------------- /XenDesktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/XenDesktop/README.md -------------------------------------------------------------------------------- /XenDesktop/Xen Desktop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/XenDesktop/Xen Desktop.json -------------------------------------------------------------------------------- /XenDesktop/Xen-Desktop-2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/XenDesktop/Xen-Desktop-2016.json -------------------------------------------------------------------------------- /ansible/ansible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/ansible/ansible.json -------------------------------------------------------------------------------- /ansible/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/ansible/readme.md -------------------------------------------------------------------------------- /anthos-on-ahv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/anthos-on-ahv/README.md -------------------------------------------------------------------------------- /anthos-on-ahv/blueprint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/anthos-on-ahv/blueprint.json -------------------------------------------------------------------------------- /azure-sdk-bootDiagnostics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/azure-sdk-bootDiagnostics/README.md -------------------------------------------------------------------------------- /azure-sdk-bootDiagnostics/azureSdk-BootDiagnostics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/azure-sdk-bootDiagnostics/azureSdk-BootDiagnostics.json -------------------------------------------------------------------------------- /calm-integrations/bitbucket-sync-for-calm-blueprints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/bitbucket-sync-for-calm-blueprints/README.md -------------------------------------------------------------------------------- /calm-integrations/bitbucket-sync-for-calm-blueprints/bitbucket-sync-for-calm-blueprints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/bitbucket-sync-for-calm-blueprints/bitbucket-sync-for-calm-blueprints.py -------------------------------------------------------------------------------- /calm-integrations/bitbucket-sync-for-calm-blueprints/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/bitbucket-sync-for-calm-blueprints/config.ini -------------------------------------------------------------------------------- /calm-integrations/brownfield_import/ahv/brownfield_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/brownfield_import/ahv/brownfield_import.py -------------------------------------------------------------------------------- /calm-integrations/brownfield_import/vmware/01_get_vmware_vm_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/brownfield_import/vmware/01_get_vmware_vm_info.py -------------------------------------------------------------------------------- /calm-integrations/brownfield_import/vmware/02_brownfield_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/brownfield_import/vmware/02_brownfield_import.py -------------------------------------------------------------------------------- /calm-integrations/brownfield_import/vmware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/brownfield_import/vmware/README.md -------------------------------------------------------------------------------- /calm-integrations/brownfield_import/vmware/images/CALM_Brownfield_import.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/brownfield_import/vmware/images/CALM_Brownfield_import.jpg -------------------------------------------------------------------------------- /calm-integrations/brownfield_vmware_import/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/brownfield_vmware_import/README.md -------------------------------------------------------------------------------- /calm-integrations/brownfield_vmware_import/brownfield_vmware_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/brownfield_vmware_import/brownfield_vmware_import.py -------------------------------------------------------------------------------- /calm-integrations/brownfield_vmware_import/vms_list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/brownfield_vmware_import/vms_list -------------------------------------------------------------------------------- /calm-integrations/calm-dr-vm-tracking-scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/calm-dr-vm-tracking-scripts/README.md -------------------------------------------------------------------------------- /calm-integrations/calm-dr-vm-tracking-scripts/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/calm-dr-vm-tracking-scripts/helper.py -------------------------------------------------------------------------------- /calm-integrations/calm-dr-vm-tracking-scripts/post-migration-script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/calm-dr-vm-tracking-scripts/post-migration-script.py -------------------------------------------------------------------------------- /calm-integrations/calm-dr-vm-tracking-scripts/pre-migration-script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/calm-dr-vm-tracking-scripts/pre-migration-script.py -------------------------------------------------------------------------------- /calm-integrations/ey-calm-migration-scripts/ey-post-migration-script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/ey-calm-migration-scripts/ey-post-migration-script.py -------------------------------------------------------------------------------- /calm-integrations/ey-calm-migration-scripts/ey-pre-migration-script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/ey-calm-migration-scripts/ey-pre-migration-script.py -------------------------------------------------------------------------------- /calm-integrations/ey-calm-migration-scripts/ey-vmware-post-migration-script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/ey-calm-migration-scripts/ey-vmware-post-migration-script.py -------------------------------------------------------------------------------- /calm-integrations/ey-calm-migration-scripts/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/ey-calm-migration-scripts/helper.py -------------------------------------------------------------------------------- /calm-integrations/generate_task_library_items/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/generate_task_library_items/README.md -------------------------------------------------------------------------------- /calm-integrations/generate_task_library_items/generate_task_library.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/generate_task_library_items/generate_task_library.py -------------------------------------------------------------------------------- /calm-integrations/generate_task_library_items/generate_task_library_items.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/generate_task_library_items/generate_task_library_items.sh -------------------------------------------------------------------------------- /calm-integrations/git-sync-for-calm-blueprints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/git-sync-for-calm-blueprints/README.md -------------------------------------------------------------------------------- /calm-integrations/git-sync-for-calm-blueprints/Screenshots/github_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/git-sync-for-calm-blueprints/Screenshots/github_output.png -------------------------------------------------------------------------------- /calm-integrations/git-sync-for-calm-blueprints/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/git-sync-for-calm-blueprints/config.ini -------------------------------------------------------------------------------- /calm-integrations/git-sync-for-calm-blueprints/git-sync-for-calm-blueprints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/git-sync-for-calm-blueprints/git-sync-for-calm-blueprints.py -------------------------------------------------------------------------------- /calm-integrations/git-sync-for-calm-blueprints/requirements.txt: -------------------------------------------------------------------------------- 1 | configparser==5.0.0 2 | requests==2.23.0 3 | -------------------------------------------------------------------------------- /calm-integrations/publish_blueprints_marketplace/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/publish_blueprints_marketplace/README.md -------------------------------------------------------------------------------- /calm-integrations/publish_blueprints_marketplace/publish_blueprint_to_marketplace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/calm-integrations/publish_blueprints_marketplace/publish_blueprint_to_marketplace.py -------------------------------------------------------------------------------- /devops-saltstack-website/devops-saltstack-website.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/devops-saltstack-website/devops-saltstack-website.json -------------------------------------------------------------------------------- /devops-saltstack-website/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/devops-saltstack-website/readme.md -------------------------------------------------------------------------------- /escript-demo-networking-single-ip/escript-demo-networking-single-ip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/escript-demo-networking-single-ip/escript-demo-networking-single-ip.json -------------------------------------------------------------------------------- /escript-demo-networking-single-ip/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/escript-demo-networking-single-ip/readme.md -------------------------------------------------------------------------------- /escript-demo-pull-info-from-api/escript-demo-pull-info-from-api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/escript-demo-pull-info-from-api/escript-demo-pull-info-from-api.json -------------------------------------------------------------------------------- /escript-demo-pull-info-from-api/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/escript-demo-pull-info-from-api/readme.md -------------------------------------------------------------------------------- /kalm-persistentVolumeClaim/Calm_serviceAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/kalm-persistentVolumeClaim/Calm_serviceAccount.yaml -------------------------------------------------------------------------------- /kalm-persistentVolumeClaim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/kalm-persistentVolumeClaim/README.md -------------------------------------------------------------------------------- /kalm-persistentVolumeClaim/kalm-busybox-pvc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/kalm-persistentVolumeClaim/kalm-busybox-pvc.json -------------------------------------------------------------------------------- /kalm-wordpress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/kalm-wordpress/README.md -------------------------------------------------------------------------------- /kalm-wordpress/kalm-wordpress.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/kalm-wordpress/kalm-wordpress.json -------------------------------------------------------------------------------- /kps-service-domain-deployment/KPS-Service-Domain-Deployment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/kps-service-domain-deployment/KPS-Service-Domain-Deployment.json -------------------------------------------------------------------------------- /kps-service-domain-deployment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/kps-service-domain-deployment/README.md -------------------------------------------------------------------------------- /kps-service-domain-deployment/icn-karbon-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/kps-service-domain-deployment/icn-karbon-color.png -------------------------------------------------------------------------------- /library/task-library/AD-DNS-DHCP/Install_AD.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/AD-DNS-DHCP/Install_AD.ps1 -------------------------------------------------------------------------------- /library/task-library/AD-DNS-DHCP/Install_DHCP.ps1: -------------------------------------------------------------------------------- 1 | Install-WindowsFeature -Name 'DHCP' –IncludeManagementTools 2 | 3 | -------------------------------------------------------------------------------- /library/task-library/AD-DNS-DHCP/Open_Firewall_Ports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/AD-DNS-DHCP/Open_Firewall_Ports.ps1 -------------------------------------------------------------------------------- /library/task-library/Azure/create_virtual_machine.escript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Azure/create_virtual_machine.escript -------------------------------------------------------------------------------- /library/task-library/Azure/create_virtual_machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Azure/create_virtual_machine.py -------------------------------------------------------------------------------- /library/task-library/Azure/delete_virtual_machine.escript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Azure/delete_virtual_machine.escript -------------------------------------------------------------------------------- /library/task-library/Azure/delete_virtual_machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Azure/delete_virtual_machine.py -------------------------------------------------------------------------------- /library/task-library/Azure/start_virtual_machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Azure/start_virtual_machine.py -------------------------------------------------------------------------------- /library/task-library/Azure/stop_virtual_machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Azure/stop_virtual_machine.py -------------------------------------------------------------------------------- /library/task-library/Azure/update_virtual_machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Azure/update_virtual_machine.py -------------------------------------------------------------------------------- /library/task-library/Cassandra_Cluster/Cassandra_BPG_and_Install_Java.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Cassandra_Cluster/Cassandra_BPG_and_Install_Java.sh -------------------------------------------------------------------------------- /library/task-library/Cassandra_Cluster/Cassandra_Cluster_Install_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Cassandra_Cluster/Cassandra_Cluster_Install_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Chef/Chef_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Chef/Chef_Setup.sh -------------------------------------------------------------------------------- /library/task-library/Chef/Chef_uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Chef/Chef_uninstall.sh -------------------------------------------------------------------------------- /library/task-library/Chef/Chef_usr_org_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Chef/Chef_usr_org_setup.sh -------------------------------------------------------------------------------- /library/task-library/Chef/Generic_disk_setup_to_opt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Chef/Generic_disk_setup_to_opt.sh -------------------------------------------------------------------------------- /library/task-library/CouchDB/CouchDB_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/CouchDB/CouchDB_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Docker/Docker_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Docker/Docker_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/DockerRegistry/DockerUninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/DockerRegistry/DockerUninstall.sh -------------------------------------------------------------------------------- /library/task-library/DockerRegistry/Docker_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/DockerRegistry/Docker_Setup.sh -------------------------------------------------------------------------------- /library/task-library/DockerRegistry/Docker_registry_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/DockerRegistry/Docker_registry_setup.sh -------------------------------------------------------------------------------- /library/task-library/DockerRegistry/Generic_disk_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/DockerRegistry/Generic_disk_setup.sh -------------------------------------------------------------------------------- /library/task-library/Elasticsearch/Elasticsearch_PackageInstallTask.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Elasticsearch/Elasticsearch_PackageInstallTask.sh -------------------------------------------------------------------------------- /library/task-library/Ganglia/Ganglia_Install_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Ganglia/Ganglia_Install_Configure.sh -------------------------------------------------------------------------------- /library/task-library/GitLab/Generic_disk_setup_to_opt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/GitLab/Generic_disk_setup_to_opt.sh -------------------------------------------------------------------------------- /library/task-library/GitLab/Gitlab_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/GitLab/Gitlab_setup.sh -------------------------------------------------------------------------------- /library/task-library/GitLab/Gitlab_uninstallation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/GitLab/Gitlab_uninstallation.sh -------------------------------------------------------------------------------- /library/task-library/Graylog/Graylog_Install_and_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Graylog/Graylog_Install_and_Setup.sh -------------------------------------------------------------------------------- /library/task-library/Hadoop/Hadoop_Master_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Hadoop/Hadoop_Master_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Hadoop/Hadoop_Master_Start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Hadoop/Hadoop_Master_Start.sh -------------------------------------------------------------------------------- /library/task-library/Hadoop/Hadoop_Master_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Hadoop/Hadoop_Master_setup.sh -------------------------------------------------------------------------------- /library/task-library/Hadoop/Hadoop_Master_uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Hadoop/Hadoop_Master_uninstall.sh -------------------------------------------------------------------------------- /library/task-library/Hadoop/Hadoop_Slave_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Hadoop/Hadoop_Slave_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Hadoop/Hadoop_Slave_Start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Hadoop/Hadoop_Slave_Start.sh -------------------------------------------------------------------------------- /library/task-library/Hadoop/Hadoop_slave_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Hadoop/Hadoop_slave_setup.sh -------------------------------------------------------------------------------- /library/task-library/Hadoop/Hadoop_slave_uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Hadoop/Hadoop_slave_uninstall.sh -------------------------------------------------------------------------------- /library/task-library/IIS/Change_default_drive_letter.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/IIS/Change_default_drive_letter.ps1 -------------------------------------------------------------------------------- /library/task-library/IIS/Initialize_Disk.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/IIS/Initialize_Disk.ps1 -------------------------------------------------------------------------------- /library/task-library/IIS/Install_IIS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/IIS/Install_IIS.ps1 -------------------------------------------------------------------------------- /library/task-library/IIS/Open_Firewall_Ports.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/IIS/Open_Firewall_Ports.ps1 -------------------------------------------------------------------------------- /library/task-library/Icinga/Icinga_Setup_Icinga2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Icinga/Icinga_Setup_Icinga2.sh -------------------------------------------------------------------------------- /library/task-library/Icinga/Icinga_Setup_IcingaDB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Icinga/Icinga_Setup_IcingaDB.sh -------------------------------------------------------------------------------- /library/task-library/Icinga/Icinga_Setup_IcingaWeb2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Icinga/Icinga_Setup_IcingaWeb2.sh -------------------------------------------------------------------------------- /library/task-library/Jenkins/Get_Login_Password.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Jenkins/Get_Login_Password.sh -------------------------------------------------------------------------------- /library/task-library/Jenkins/Install_Configure_Jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Jenkins/Install_Configure_Jenkins.sh -------------------------------------------------------------------------------- /library/task-library/Jenkins/Install_Configure_Slave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Jenkins/Install_Configure_Slave.sh -------------------------------------------------------------------------------- /library/task-library/Jenkins/Install_Java.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Jenkins/Install_Java.sh -------------------------------------------------------------------------------- /library/task-library/Jenkins/Upgrade_Jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Jenkins/Upgrade_Jenkins.sh -------------------------------------------------------------------------------- /library/task-library/K8 Module Escripts/Create_namespace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/K8 Module Escripts/Create_namespace.py -------------------------------------------------------------------------------- /library/task-library/K8 Module Escripts/List_namespaces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/K8 Module Escripts/List_namespaces.py -------------------------------------------------------------------------------- /library/task-library/Kafka/Kafka_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Kafka/Kafka_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Kubernetes/Etcd_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Kubernetes/Etcd_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Kubernetes/Etcd_Start.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -ex 3 | 4 | echo "INFO Starting ETCD service" 5 | sudo systemctl start etcd 6 | 7 | -------------------------------------------------------------------------------- /library/task-library/Kubernetes/Etcd_Validation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Kubernetes/Etcd_Validation.sh -------------------------------------------------------------------------------- /library/task-library/Kubernetes/Kubernetes_Master_Install_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Kubernetes/Kubernetes_Master_Install_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Kubernetes/Kubernetes_Worker_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Kubernetes/Kubernetes_Worker_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/LAMP/Apache_Install_Configure_Apache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/LAMP/Apache_Install_Configure_Apache.sh -------------------------------------------------------------------------------- /library/task-library/LAMP/HAProxy_Install_Configure_Haproxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/LAMP/HAProxy_Install_Configure_Haproxy.sh -------------------------------------------------------------------------------- /library/task-library/LAMP/MySQL_Install_Configure_MySQL.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/LAMP/MySQL_Install_Configure_MySQL.sh -------------------------------------------------------------------------------- /library/task-library/MSSQL/DomainJoin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MSSQL/DomainJoin.ps1 -------------------------------------------------------------------------------- /library/task-library/MSSQL/SQL_Installation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MSSQL/SQL_Installation.ps1 -------------------------------------------------------------------------------- /library/task-library/Mariadb/MariaDB_Install_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Mariadb/MariaDB_Install_Configure.sh -------------------------------------------------------------------------------- /library/task-library/MariadbMasterSlave/MariaDB_Master_Configure_Master.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MariadbMasterSlave/MariaDB_Master_Configure_Master.sh -------------------------------------------------------------------------------- /library/task-library/MariadbMasterSlave/MariaDB_Master_Install_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MariadbMasterSlave/MariaDB_Master_Install_Configure.sh -------------------------------------------------------------------------------- /library/task-library/MariadbMasterSlave/MariaDB_Slave_Configure_MariaDB_Slave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MariadbMasterSlave/MariaDB_Slave_Configure_MariaDB_Slave.sh -------------------------------------------------------------------------------- /library/task-library/MariadbMasterSlave/MariaDB_Slave_Install_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MariadbMasterSlave/MariaDB_Slave_Install_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Mongodb Sharding/ConfigSet_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Mongodb Sharding/ConfigSet_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Mongodb Sharding/DataSet_Disk_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Mongodb Sharding/DataSet_Disk_Setup.sh -------------------------------------------------------------------------------- /library/task-library/Mongodb Sharding/DataSet_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Mongodb Sharding/DataSet_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Mongodb Sharding/DataSet_Prerequisites.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Mongodb Sharding/DataSet_Prerequisites.sh -------------------------------------------------------------------------------- /library/task-library/Mongodb Sharding/Router_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Mongodb Sharding/Router_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Mongodb Single Node/Mongo_Disk_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Mongodb Single Node/Mongo_Disk_Setup.sh -------------------------------------------------------------------------------- /library/task-library/Mongodb Single Node/Mongo_Install_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Mongodb Single Node/Mongo_Install_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Mongodb Single Node/Mongo_Prerequisites_Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Mongodb Single Node/Mongo_Prerequisites_Install.sh -------------------------------------------------------------------------------- /library/task-library/Move/Create_environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Move/Create_environment.py -------------------------------------------------------------------------------- /library/task-library/Move/Upgrade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Move/Upgrade.py -------------------------------------------------------------------------------- /library/task-library/MySQL Single Node/MySQL_Backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySQL Single Node/MySQL_Backup.sh -------------------------------------------------------------------------------- /library/task-library/MySQL Single Node/MySQL_Disk_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySQL Single Node/MySQL_Disk_Setup.sh -------------------------------------------------------------------------------- /library/task-library/MySQL Single Node/MySQL_Install_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySQL Single Node/MySQL_Install_Setup.sh -------------------------------------------------------------------------------- /library/task-library/MySQL Single Node/MySQL_Prerequisites_Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySQL Single Node/MySQL_Prerequisites_Install.sh -------------------------------------------------------------------------------- /library/task-library/MySQL Single Node/MySQL_Restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySQL Single Node/MySQL_Restore.sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Master_Backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Master_Backup.sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Master_Configure_Master..sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Master_Configure_Master..sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Master_Disk_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Master_Disk_Setup.sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Master_GetDBState.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Master_GetDBState.sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Master_Install_Master_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Master_Install_Master_Setup.sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Master_Prerequisites_Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Master_Prerequisites_Install.sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Master_Restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Master_Restore.sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Slave_Configure_Slaves.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Slave_Configure_Slaves.sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Slave_Disk_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Slave_Disk_Setup.sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Slave_Install_Slave_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Slave_Install_Slave_Setup.sh -------------------------------------------------------------------------------- /library/task-library/MySql Master Slave/MySQL_Slave_Prerequisites_Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/MySql Master Slave/MySQL_Slave_Prerequisites_Install.sh -------------------------------------------------------------------------------- /library/task-library/Nagios/Nagios_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Nagios/Nagios_setup.sh -------------------------------------------------------------------------------- /library/task-library/Nagios/Nagios_start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Nagios/Nagios_start.sh -------------------------------------------------------------------------------- /library/task-library/Nagios/Nagios_uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Nagios/Nagios_uninstall.sh -------------------------------------------------------------------------------- /library/task-library/Netbox/Netbox_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Netbox/Netbox_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Objects/access_bucket.escript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Objects/access_bucket.escript -------------------------------------------------------------------------------- /library/task-library/Objects/create_bucket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Objects/create_bucket.py -------------------------------------------------------------------------------- /library/task-library/Objects/create_object_store.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Objects/create_object_store.py -------------------------------------------------------------------------------- /library/task-library/Objects/create_user.escript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Objects/create_user.escript -------------------------------------------------------------------------------- /library/task-library/Objects/delete_bucket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Objects/delete_bucket.py -------------------------------------------------------------------------------- /library/task-library/Objects/delete_object_store.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Objects/delete_object_store.py -------------------------------------------------------------------------------- /library/task-library/Objects/disable_objects.escript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Objects/disable_objects.escript -------------------------------------------------------------------------------- /library/task-library/Objects/enable_objects.escript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Objects/enable_objects.escript -------------------------------------------------------------------------------- /library/task-library/Objects/enable_objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Objects/enable_objects.py -------------------------------------------------------------------------------- /library/task-library/Openldap/Openldap_Add_User.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Openldap/Openldap_Add_User.sh -------------------------------------------------------------------------------- /library/task-library/Openldap/Openldap_GUI_Service_Install_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Openldap/Openldap_GUI_Service_Install_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Openldap/Openldap_Install_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Openldap/Openldap_Install_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql Single Node/Postgres_Backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql Single Node/Postgres_Backup.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql Single Node/Postgres_Disk_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql Single Node/Postgres_Disk_Setup.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql Single Node/Postgres_Install_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql Single Node/Postgres_Install_Setup.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql Single Node/Postgres_Prerequisites_Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql Single Node/Postgres_Prerequisites_Install.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql Single Node/Postgres_Restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql Single Node/Postgres_Restore.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql/Postgres_Master_Backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql/Postgres_Master_Backup.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql/Postgres_Master_Configure_Master.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql/Postgres_Master_Configure_Master.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql/Postgres_Master_Disk_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql/Postgres_Master_Disk_Setup.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql/Postgres_Master_Install_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql/Postgres_Master_Install_Setup.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql/Postgres_Master_Prerequisites_Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql/Postgres_Master_Prerequisites_Install.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql/Postgres_Master_Restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql/Postgres_Master_Restore.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql/Postgres_Slave_Configure_Slave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql/Postgres_Slave_Configure_Slave.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql/Postgres_Slave_Disk_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql/Postgres_Slave_Disk_Setup.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql/Postgres_Slave_Install_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql/Postgres_Slave_Install_Setup.sh -------------------------------------------------------------------------------- /library/task-library/Postgresql/Postgres_Slave_Prerequisites_Install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Postgresql/Postgres_Slave_Prerequisites_Install.sh -------------------------------------------------------------------------------- /library/task-library/Puppet_OpenSource/Puppet_OpenSource_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Puppet_OpenSource/Puppet_OpenSource_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/RabbitMQ/RabbitMQ_Start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/RabbitMQ/RabbitMQ_Start.sh -------------------------------------------------------------------------------- /library/task-library/RabbitMQ/RabbitMQ_management_enable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/RabbitMQ/RabbitMQ_management_enable.sh -------------------------------------------------------------------------------- /library/task-library/RabbitMQ/RabbitMQ_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/RabbitMQ/RabbitMQ_setup.sh -------------------------------------------------------------------------------- /library/task-library/RabbitMQ/RabbitMQ_uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/RabbitMQ/RabbitMQ_uninstall.sh -------------------------------------------------------------------------------- /library/task-library/Redis/Redis_Master_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Redis/Redis_Master_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Redis/Redis_Slave_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Redis/Redis_Slave_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/SaltStack/SaltMaster_Install_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/SaltStack/SaltMaster_Install_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/SaltStack/SaltMinion_Configuration.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/SaltStack/SaltMinion_Configuration.sh -------------------------------------------------------------------------------- /library/task-library/Sharepoint/JoinDomain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Sharepoint/JoinDomain.ps1 -------------------------------------------------------------------------------- /library/task-library/Sharepoint/Sharepoint_ContinueInstallation.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Sharepoint/Sharepoint_ContinueInstallation.ps1 -------------------------------------------------------------------------------- /library/task-library/Sharepoint/Sharepoint_InstallPrereq.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Sharepoint/Sharepoint_InstallPrereq.ps1 -------------------------------------------------------------------------------- /library/task-library/Snort/Snort_Insall_and_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Snort/Snort_Insall_and_Configure.sh -------------------------------------------------------------------------------- /library/task-library/Solr/Solr_Install_Configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Solr/Solr_Install_Configure.sh -------------------------------------------------------------------------------- /library/task-library/SolrCloud/SolrCloud_Create_Cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/SolrCloud/SolrCloud_Create_Cluster.sh -------------------------------------------------------------------------------- /library/task-library/SolrCloud/SolrCloud_Setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/SolrCloud/SolrCloud_Setup.sh -------------------------------------------------------------------------------- /library/task-library/SolrCloud/SolrCloud_ZookeeperSetup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/SolrCloud/SolrCloud_ZookeeperSetup.sh -------------------------------------------------------------------------------- /library/task-library/Wordpress/Wordpress_Apache_Php_PackageInstallTask.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Wordpress/Wordpress_Apache_Php_PackageInstallTask.sh -------------------------------------------------------------------------------- /library/task-library/Wordpress/Wordpress_ConfigureWordpress.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Wordpress/Wordpress_ConfigureWordpress.sh -------------------------------------------------------------------------------- /library/task-library/Wordpress/Wordpress_Haproxy_PackageInstallTask.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Wordpress/Wordpress_Haproxy_PackageInstallTask.sh -------------------------------------------------------------------------------- /library/task-library/Wordpress/Wordpress_Mysql_PackageInstallTask.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/library/task-library/Wordpress/Wordpress_Mysql_PackageInstallTask.sh -------------------------------------------------------------------------------- /mysql-ndb-cluster/images/mysql-ndb-app-running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/mysql-ndb-cluster/images/mysql-ndb-app-running.png -------------------------------------------------------------------------------- /mysql-ndb-cluster/images/mysql-ndb-blueprint-no-dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/mysql-ndb-cluster/images/mysql-ndb-blueprint-no-dependency.png -------------------------------------------------------------------------------- /mysql-ndb-cluster/images/mysql-ndb-manager-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/mysql-ndb-cluster/images/mysql-ndb-manager-view.png -------------------------------------------------------------------------------- /mysql-ndb-cluster/images/mysql-ndb-selected-hostname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/mysql-ndb-cluster/images/mysql-ndb-selected-hostname.png -------------------------------------------------------------------------------- /mysql-ndb-cluster/images/mysql-ndb-server-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/mysql-ndb-cluster/images/mysql-ndb-server-offline.png -------------------------------------------------------------------------------- /mysql-ndb-cluster/images/mysql-ndb-sql-servers-online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/mysql-ndb-cluster/images/mysql-ndb-sql-servers-online.png -------------------------------------------------------------------------------- /mysql-ndb-cluster/mysql-ndb-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/mysql-ndb-cluster/mysql-ndb-cluster.json -------------------------------------------------------------------------------- /mysql-ndb-cluster/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/mysql-ndb-cluster/readme.md -------------------------------------------------------------------------------- /nginx-with-php72/nginx-with-php72.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/nginx-with-php72/nginx-with-php72.json -------------------------------------------------------------------------------- /nginx-with-php72/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/nginx-with-php72/readme.md -------------------------------------------------------------------------------- /openldap/openldap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/openldap/openldap.json -------------------------------------------------------------------------------- /openldap/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/openldap/readme.md -------------------------------------------------------------------------------- /oracle-12c-single-node/oracle-12c-single-node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/oracle-12c-single-node/oracle-12c-single-node.json -------------------------------------------------------------------------------- /oracle-12c-single-node/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/oracle-12c-single-node/readme.md -------------------------------------------------------------------------------- /oracle-single-instance/oracle-single-instance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/oracle-single-instance/oracle-single-instance.json -------------------------------------------------------------------------------- /oracle-single-instance/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/oracle-single-instance/readme.md -------------------------------------------------------------------------------- /php-composer/php-composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/php-composer/php-composer.json -------------------------------------------------------------------------------- /php-composer/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/php-composer/readme.md -------------------------------------------------------------------------------- /plugins/service_now/Calm-ServiceNow-Plug-In-Admin-Guide-v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/plugins/service_now/Calm-ServiceNow-Plug-In-Admin-Guide-v1.0.pdf -------------------------------------------------------------------------------- /plugins/service_now/Calm-ServiceNow-Plug-In-User-Guide-v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/plugins/service_now/Calm-ServiceNow-Plug-In-User-Guide-v1.0.pdf -------------------------------------------------------------------------------- /plugins/service_now/Release-Notes-ServiceNow-Calm-v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/plugins/service_now/Release-Notes-ServiceNow-Calm-v1.0.pdf -------------------------------------------------------------------------------- /plugins/service_now/ServiceNow Service Portal Patch for Plugin V1.4.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/plugins/service_now/ServiceNow Service Portal Patch for Plugin V1.4.2.xml -------------------------------------------------------------------------------- /plugins/service_now/ServivceNow Calm Plugin GA v1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/plugins/service_now/ServivceNow Calm Plugin GA v1.0.xml -------------------------------------------------------------------------------- /saltstack/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/saltstack/readme.md -------------------------------------------------------------------------------- /saltstack/saltstack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/saltstack/saltstack.json -------------------------------------------------------------------------------- /splunk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/splunk/README.md -------------------------------------------------------------------------------- /splunk/splunk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/splunk/splunk.json -------------------------------------------------------------------------------- /stable/AD-DNS-DHCP/AD-DNS-DHCP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/AD-DNS-DHCP/AD-DNS-DHCP.json -------------------------------------------------------------------------------- /stable/Appscale/AppScaleFaststart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Appscale/AppScaleFaststart.json -------------------------------------------------------------------------------- /stable/Aviatrix/Aviatrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Aviatrix/Aviatrix.json -------------------------------------------------------------------------------- /stable/BitDefender/GravityZone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/BitDefender/GravityZone.json -------------------------------------------------------------------------------- /stable/Cassandra_Cluster/Cassandra.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Cassandra_Cluster/Cassandra.json -------------------------------------------------------------------------------- /stable/Chef/Chef.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Chef/Chef.json -------------------------------------------------------------------------------- /stable/DockerRegistryOpensource/DockerRegistryOpensource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/DockerRegistryOpensource/DockerRegistryOpensource.json -------------------------------------------------------------------------------- /stable/DockerSwarm/DockerSwarm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/DockerSwarm/DockerSwarm.json -------------------------------------------------------------------------------- /stable/ElasticSearch/ElasticSearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/ElasticSearch/ElasticSearch.json -------------------------------------------------------------------------------- /stable/ExpressLaunch/ExpressLaunch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/ExpressLaunch/ExpressLaunch.json -------------------------------------------------------------------------------- /stable/FortiGateNGFW/FortiGateNGFW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/FortiGateNGFW/FortiGateNGFW.json -------------------------------------------------------------------------------- /stable/Ganglia/Ganglia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Ganglia/Ganglia.json -------------------------------------------------------------------------------- /stable/GitLab/GitLab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/GitLab/GitLab.json -------------------------------------------------------------------------------- /stable/GrayLog/GrayLog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/GrayLog/GrayLog.json -------------------------------------------------------------------------------- /stable/HYCU/HYCU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/HYCU/HYCU.json -------------------------------------------------------------------------------- /stable/HYCUXDPaaSonNutanixStorage/HYCUXDPaaSonNutanixStorage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/HYCUXDPaaSonNutanixStorage/HYCUXDPaaSonNutanixStorage.json -------------------------------------------------------------------------------- /stable/Hadoop/Hadoop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Hadoop/Hadoop.json -------------------------------------------------------------------------------- /stable/IIS/IIS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/IIS/IIS.json -------------------------------------------------------------------------------- /stable/Icinga/Icinga.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Icinga/Icinga.json -------------------------------------------------------------------------------- /stable/Jenkins/Jenkins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Jenkins/Jenkins.json -------------------------------------------------------------------------------- /stable/Kubernetes/Kubernetes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Kubernetes/Kubernetes.json -------------------------------------------------------------------------------- /stable/LAMP/LAMP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/LAMP/LAMP.json -------------------------------------------------------------------------------- /stable/LoginEnterprise/LoginEnterprise.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/LoginEnterprise/LoginEnterprise.json -------------------------------------------------------------------------------- /stable/MSSQL/MSSQL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/MSSQL/MSSQL.json -------------------------------------------------------------------------------- /stable/MariaDBMasterSlave/MariaDBMasterSlave.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/MariaDBMasterSlave/MariaDBMasterSlave.json -------------------------------------------------------------------------------- /stable/MongoSharding/MongoSharding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/MongoSharding/MongoSharding.json -------------------------------------------------------------------------------- /stable/Move/Move.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Move/Move.json -------------------------------------------------------------------------------- /stable/MysqlMasterSlave/MysqlMasterSlave.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/MysqlMasterSlave/MysqlMasterSlave.json -------------------------------------------------------------------------------- /stable/Nagios/Nagios.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Nagios/Nagios.json -------------------------------------------------------------------------------- /stable/Neo/NEO-NetworkOrchestration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Neo/NEO-NetworkOrchestration.json -------------------------------------------------------------------------------- /stable/NetBox/Netbox.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/NetBox/Netbox.json -------------------------------------------------------------------------------- /stable/Openldap/Openldap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Openldap/Openldap.json -------------------------------------------------------------------------------- /stable/PaloAlto/PaloAlto.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/PaloAlto/PaloAlto.json -------------------------------------------------------------------------------- /stable/Parallels_RAS/Parallels_RAS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Parallels_RAS/Parallels_RAS.json -------------------------------------------------------------------------------- /stable/PostgresCluster/Postgres.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/PostgresCluster/Postgres.json -------------------------------------------------------------------------------- /stable/PuppetOpenSource/PuppetOpenSource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/PuppetOpenSource/PuppetOpenSource.json -------------------------------------------------------------------------------- /stable/RabbitMQ/RabbitMQ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/RabbitMQ/RabbitMQ.json -------------------------------------------------------------------------------- /stable/Redis/Redis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Redis/Redis.json -------------------------------------------------------------------------------- /stable/SaltStack/SaltStack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/SaltStack/SaltStack.json -------------------------------------------------------------------------------- /stable/SharePoint/Sharepoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/SharePoint/Sharepoint.json -------------------------------------------------------------------------------- /stable/SingleVM/SingleVM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/SingleVM/SingleVM.json -------------------------------------------------------------------------------- /stable/Snort/Snort.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Snort/Snort.json -------------------------------------------------------------------------------- /stable/SolrCloud/SolrCloud.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/SolrCloud/SolrCloud.json -------------------------------------------------------------------------------- /stable/Wordpress/Wordpress.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Wordpress/Wordpress.json -------------------------------------------------------------------------------- /stable/X-Ray/x-ray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/X-Ray/x-ray.json -------------------------------------------------------------------------------- /stable/Xclarity/XClarity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/Xclarity/XClarity.json -------------------------------------------------------------------------------- /stable/couchdb/CouchDB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/couchdb/CouchDB.json -------------------------------------------------------------------------------- /stable/eG_Enterprise/eGEnterprise.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/eG_Enterprise/eGEnterprise.json -------------------------------------------------------------------------------- /stable/kafka/Kafka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/kafka/Kafka.json -------------------------------------------------------------------------------- /stable/mariadb-single/MariaDB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/mariadb-single/MariaDB.json -------------------------------------------------------------------------------- /stable/mongo-single/MongoDBSingleNode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/mongo-single/MongoDBSingleNode.json -------------------------------------------------------------------------------- /stable/mysql-single/MySQLSingleNode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/mysql-single/MySQLSingleNode.json -------------------------------------------------------------------------------- /stable/postgres-single/PostgresqlSingleNode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/postgres-single/PostgresqlSingleNode.json -------------------------------------------------------------------------------- /stable/solr-single/Solr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/solr-single/Solr.json -------------------------------------------------------------------------------- /stable/veeam/veeam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/stable/veeam/veeam.json -------------------------------------------------------------------------------- /task-library/AHV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/AHV.py -------------------------------------------------------------------------------- /task-library/Chef_Bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Chef_Bootstrap.sh -------------------------------------------------------------------------------- /task-library/Docker_Bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Docker_Bootstrap.sh -------------------------------------------------------------------------------- /task-library/JoinVMtoDomain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/JoinVMtoDomain -------------------------------------------------------------------------------- /task-library/JoinVMtoDomain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/JoinVMtoDomain.ps1 -------------------------------------------------------------------------------- /task-library/Karbon/DeleteKarbonCluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Karbon/DeleteKarbonCluster.py -------------------------------------------------------------------------------- /task-library/Karbon/DisableKarbon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Karbon/DisableKarbon.py -------------------------------------------------------------------------------- /task-library/Karbon/Karbon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Karbon/Karbon.py -------------------------------------------------------------------------------- /task-library/Karbon/LCM_Upgrade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Karbon/LCM_Upgrade.py -------------------------------------------------------------------------------- /task-library/Package_Updates_CentOS.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Package_Updates_CentOS.sh -------------------------------------------------------------------------------- /task-library/Package_Updates_Ubuntu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Package_Updates_Ubuntu.sh -------------------------------------------------------------------------------- /task-library/Salt_Bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Salt_Bootstrap.sh -------------------------------------------------------------------------------- /task-library/Updates_Windows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Updates_Windows.ps1 -------------------------------------------------------------------------------- /task-library/Windows_Install_Hotfix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/Windows_Install_Hotfix.ps1 -------------------------------------------------------------------------------- /task-library/ansible/AwxAddHost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/ansible/AwxAddHost.py -------------------------------------------------------------------------------- /task-library/ansible/AwxAddHostToGroups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/ansible/AwxAddHostToGroups.py -------------------------------------------------------------------------------- /task-library/ansible/AwxDeleteHost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/ansible/AwxDeleteHost.py -------------------------------------------------------------------------------- /task-library/ansible/AwxRunPlaybook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/ansible/AwxRunPlaybook.py -------------------------------------------------------------------------------- /task-library/avi-network/Authentication.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/avi-network/Authentication.py -------------------------------------------------------------------------------- /task-library/avi-network/CreatePool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/avi-network/CreatePool.py -------------------------------------------------------------------------------- /task-library/avi-network/CreateVS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/avi-network/CreateVS.py -------------------------------------------------------------------------------- /task-library/avi-network/DeleteVS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/avi-network/DeleteVS.py -------------------------------------------------------------------------------- /task-library/avi-network/GetUuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/avi-network/GetUuid.py -------------------------------------------------------------------------------- /task-library/avi-network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/avi-network/README.md -------------------------------------------------------------------------------- /task-library/avi-network/UpdatePool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/avi-network/UpdatePool.py -------------------------------------------------------------------------------- /task-library/aws/create_vpc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/aws/create_vpc.py -------------------------------------------------------------------------------- /task-library/aws/ec2_associate_elastic_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/aws/ec2_associate_elastic_ip.py -------------------------------------------------------------------------------- /task-library/aws/ec2_create_lb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/aws/ec2_create_lb.py -------------------------------------------------------------------------------- /task-library/aws/ec2_describe_instances.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/aws/ec2_describe_instances.py -------------------------------------------------------------------------------- /task-library/aws/ec2_filter_instances.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/aws/ec2_filter_instances.py -------------------------------------------------------------------------------- /task-library/aws/iam_create_role.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/aws/iam_create_role.py -------------------------------------------------------------------------------- /task-library/aws/lambda_create_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/aws/lambda_create_function.py -------------------------------------------------------------------------------- /task-library/aws/s3_create_bucket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/aws/s3_create_bucket.py -------------------------------------------------------------------------------- /task-library/aws/s3_create_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/aws/s3_create_object.py -------------------------------------------------------------------------------- /task-library/aws/s3_list_buckets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/aws/s3_list_buckets.py -------------------------------------------------------------------------------- /task-library/azure/azure_enable_bootDiagnostics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/azure/azure_enable_bootDiagnostics.py -------------------------------------------------------------------------------- /task-library/azure/azure_enable_vmBackup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/azure/azure_enable_vmBackup.py -------------------------------------------------------------------------------- /task-library/azure/azure_launch_armTemplate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/azure/azure_launch_armTemplate.py -------------------------------------------------------------------------------- /task-library/brownfield_import_vmware_single_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/brownfield_import_vmware_single_vm.py -------------------------------------------------------------------------------- /task-library/calm/CalmGetAppProfileVars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmGetAppProfileVars.py -------------------------------------------------------------------------------- /task-library/calm/CalmGetAppStatus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmGetAppStatus.py -------------------------------------------------------------------------------- /task-library/calm/CalmGetApps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmGetApps.py -------------------------------------------------------------------------------- /task-library/calm/CalmGetBpUuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmGetBpUuid.py -------------------------------------------------------------------------------- /task-library/calm/CalmGetEnvUuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmGetEnvUuid.py -------------------------------------------------------------------------------- /task-library/calm/CalmGetProjectNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmGetProjectNetwork.py -------------------------------------------------------------------------------- /task-library/calm/CalmGetRolesUuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmGetRolesUuid.py -------------------------------------------------------------------------------- /task-library/calm/CalmGetUserProjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmGetUserProjects.py -------------------------------------------------------------------------------- /task-library/calm/CalmLaunchBp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmLaunchBp.py -------------------------------------------------------------------------------- /task-library/calm/CalmNewProject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmNewProject.py -------------------------------------------------------------------------------- /task-library/calm/CalmRemoveApp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmRemoveApp.py -------------------------------------------------------------------------------- /task-library/calm/CalmRemoveApps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmRemoveApps.py -------------------------------------------------------------------------------- /task-library/calm/CalmRemoveProject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmRemoveProject.py -------------------------------------------------------------------------------- /task-library/calm/CalmSetProjectAcp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmSetProjectAcp.py -------------------------------------------------------------------------------- /task-library/calm/CalmSetProjectBp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmSetProjectBp.py -------------------------------------------------------------------------------- /task-library/calm/CalmSetProjectOwner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/CalmSetProjectOwner.py -------------------------------------------------------------------------------- /task-library/calm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/calm/README.md -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciAddContractToEpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciAddContractToEpg.py -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciAddVmmDomainToEpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciAddVmmDomainToEpg.py -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciCreateApplicationProfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciCreateApplicationProfile.py -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciCreateBridgeDomain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciCreateBridgeDomain.py -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciCreateEpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciCreateEpg.py -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciCreateSubnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciCreateSubnet.py -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciCreateTenant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciCreateTenant.py -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciCreateVrf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciCreateVrf.py -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciDeleteBridgeDomain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciDeleteBridgeDomain.py -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciDeleteEpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciDeleteEpg.py -------------------------------------------------------------------------------- /task-library/cisco-aci/CiscoAciTemplate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/CiscoAciTemplate.py -------------------------------------------------------------------------------- /task-library/cisco-aci/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/cisco-aci/README.md -------------------------------------------------------------------------------- /task-library/commvault/CommvaultBackupAddVMtoGroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/commvault/CommvaultBackupAddVMtoGroup.py -------------------------------------------------------------------------------- /task-library/commvault/CommvaultBackupGetVMGroups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/commvault/CommvaultBackupGetVMGroups.py -------------------------------------------------------------------------------- /task-library/commvault/CommvaultBackupRemoveVMfromGroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/commvault/CommvaultBackupRemoveVMfromGroup.py -------------------------------------------------------------------------------- /task-library/commvault/CommvaultBackupRunSubclientBackup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/commvault/CommvaultBackupRunSubclientBackup.py -------------------------------------------------------------------------------- /task-library/commvault/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/commvault/README.md -------------------------------------------------------------------------------- /task-library/easyip-ipam/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/easyip-ipam/README.md -------------------------------------------------------------------------------- /task-library/efficientip/EipAddHost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/efficientip/EipAddHost.py -------------------------------------------------------------------------------- /task-library/efficientip/EipDeleteHost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/efficientip/EipDeleteHost.py -------------------------------------------------------------------------------- /task-library/efficientip/EipGetSiteId.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/efficientip/EipGetSiteId.py -------------------------------------------------------------------------------- /task-library/efficientip/EipGetSubnetId.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/efficientip/EipGetSubnetId.py -------------------------------------------------------------------------------- /task-library/efficientip/EipGetSubnetName.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/efficientip/EipGetSubnetName.py -------------------------------------------------------------------------------- /task-library/efficientip/EipReserveHost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/efficientip/EipReserveHost.py -------------------------------------------------------------------------------- /task-library/escript-template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/escript-template.py -------------------------------------------------------------------------------- /task-library/f5/F5CreateNode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/f5/F5CreateNode.py -------------------------------------------------------------------------------- /task-library/f5/F5CreatePool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/f5/F5CreatePool.py -------------------------------------------------------------------------------- /task-library/f5/F5CreateVS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/f5/F5CreateVS.py -------------------------------------------------------------------------------- /task-library/f5/F5DeleteNode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/f5/F5DeleteNode.py -------------------------------------------------------------------------------- /task-library/f5/F5DeletePool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/f5/F5DeletePool.py -------------------------------------------------------------------------------- /task-library/f5/F5DeleteVS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/f5/F5DeleteVS.py -------------------------------------------------------------------------------- /task-library/f5/F5UpdatePool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/f5/F5UpdatePool.py -------------------------------------------------------------------------------- /task-library/f5/F5UpdateVS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/f5/F5UpdateVS.py -------------------------------------------------------------------------------- /task-library/fortigate/FortigateAddGroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/fortigate/FortigateAddGroup.py -------------------------------------------------------------------------------- /task-library/fortigate/FortigateAuthentication.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/fortigate/FortigateAuthentication.py -------------------------------------------------------------------------------- /task-library/fortigate/FortigateCreateIpv4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/fortigate/FortigateCreateIpv4.py -------------------------------------------------------------------------------- /task-library/fortigate/FortigateDeleteIpv4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/fortigate/FortigateDeleteIpv4.py -------------------------------------------------------------------------------- /task-library/fortigate/FortigateListAllPolicies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/fortigate/FortigateListAllPolicies.py -------------------------------------------------------------------------------- /task-library/fortigate/FortigateUpdateGroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/fortigate/FortigateUpdateGroup.py -------------------------------------------------------------------------------- /task-library/fortigate/FortigateUpdatePolicy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/fortigate/FortigateUpdatePolicy.py -------------------------------------------------------------------------------- /task-library/guest_customization/cloud-init/Sample_cloud_init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/cloud-init/Sample_cloud_init.sh -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/AWS/PScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/AWS/PScript -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/Azure/AutoLogon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/Azure/AutoLogon.xml -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/Azure/FirstLogonCommands.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/Azure/FirstLogonCommands.xml -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/Nutanix/All_OS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/Nutanix/All_OS.xml -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/Nutanix/Assign_hostname_StaticIP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/Nutanix/Assign_hostname_StaticIP.xml -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/Nutanix/Domain_join_DHCP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/Nutanix/Domain_join_DHCP.xml -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/Nutanix/Domain_join_Static_IP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/Nutanix/Domain_join_Static_IP.xml -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/Nutanix/Sysprep_hostname_account.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/Nutanix/Sysprep_hostname_account.xml -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/Nutanix/Windows_Boot_ISO_DHCP_IP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/Nutanix/Windows_Boot_ISO_DHCP_IP.xml -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/Nutanix/Windows_Boot_ISO_StaticIP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/Nutanix/Windows_Boot_ISO_StaticIP.xml -------------------------------------------------------------------------------- /task-library/guest_customization/sysprep/VMware/command_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/guest_customization/sysprep/VMware/command_list.txt -------------------------------------------------------------------------------- /task-library/infoblox/InfobloxCheckHostname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/infoblox/InfobloxCheckHostname.py -------------------------------------------------------------------------------- /task-library/infoblox/InfobloxReserveIp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/infoblox/InfobloxReserveIp.py -------------------------------------------------------------------------------- /task-library/infoblox/InfobloxReserveMacIp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/infoblox/InfobloxReserveMacIp.py -------------------------------------------------------------------------------- /task-library/infoblox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/infoblox/README.md -------------------------------------------------------------------------------- /task-library/jenkins/JenkinsLaunchBuild.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/jenkins/JenkinsLaunchBuild.py -------------------------------------------------------------------------------- /task-library/jenkins/JenkinsMonitorJob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/jenkins/JenkinsMonitorJob.py -------------------------------------------------------------------------------- /task-library/jira/JiraCreateTicket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/jira/JiraCreateTicket.py -------------------------------------------------------------------------------- /task-library/jira/JiraLinkParentTicket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/jira/JiraLinkParentTicket.py -------------------------------------------------------------------------------- /task-library/jira/JiraUpdateTicketStatus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/jira/JiraUpdateTicketStatus.py -------------------------------------------------------------------------------- /task-library/phpIPAM/PhpIPAMGetAuthToken.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/phpIPAM/PhpIPAMGetAuthToken.py -------------------------------------------------------------------------------- /task-library/phpIPAM/PhpIPAMGetFreeIp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/phpIPAM/PhpIPAMGetFreeIp.py -------------------------------------------------------------------------------- /task-library/phpIPAM/PhpIPAMGetFreeSubnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/phpIPAM/PhpIPAMGetFreeSubnet.py -------------------------------------------------------------------------------- /task-library/phpIPAM/PhpIPAMGetIp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/phpIPAM/PhpIPAMGetIp.py -------------------------------------------------------------------------------- /task-library/phpIPAM/PhpIPAMGetSubnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/phpIPAM/PhpIPAMGetSubnet.py -------------------------------------------------------------------------------- /task-library/phpIPAM/PhpIPAMGetSubnetId.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/phpIPAM/PhpIPAMGetSubnetId.py -------------------------------------------------------------------------------- /task-library/phpIPAM/PhpIPAMReleaseIp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/phpIPAM/PhpIPAMReleaseIp.py -------------------------------------------------------------------------------- /task-library/phpIPAM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/phpIPAM/README.md -------------------------------------------------------------------------------- /task-library/posh-api-template.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/posh-api-template.ps1 -------------------------------------------------------------------------------- /task-library/prism/PcEnableNewNgt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcEnableNewNgt.py -------------------------------------------------------------------------------- /task-library/prism/PcEnableNgt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcEnableNgt.py -------------------------------------------------------------------------------- /task-library/prism/PcGetAdGroup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcGetAdGroup.py -------------------------------------------------------------------------------- /task-library/prism/PcGetAdGroupUuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcGetAdGroupUuid.py -------------------------------------------------------------------------------- /task-library/prism/PcGetAdUserUuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcGetAdUserUuid.py -------------------------------------------------------------------------------- /task-library/prism/PcGetAhvNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcGetAhvNetwork.py -------------------------------------------------------------------------------- /task-library/prism/PcGetClusterIp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcGetClusterIp.py -------------------------------------------------------------------------------- /task-library/prism/PcGetVmMac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcGetVmMac.py -------------------------------------------------------------------------------- /task-library/prism/PcGetVmUuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcGetVmUuid.py -------------------------------------------------------------------------------- /task-library/prism/PcMountNgt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcMountNgt.py -------------------------------------------------------------------------------- /task-library/prism/PcNewAhvNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcNewAhvNetwork.py -------------------------------------------------------------------------------- /task-library/prism/PcRemoveAhvNetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcRemoveAhvNetwork.py -------------------------------------------------------------------------------- /task-library/prism/PcVmsListPost.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcVmsListPost.ps1 -------------------------------------------------------------------------------- /task-library/prism/PcVmsListPost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PcVmsListPost.py -------------------------------------------------------------------------------- /task-library/prism/PeAddVmToPd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PeAddVmToPd.py -------------------------------------------------------------------------------- /task-library/prism/PeGetImageUuid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PeGetImageUuid.py -------------------------------------------------------------------------------- /task-library/prism/PeMountIso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PeMountIso.py -------------------------------------------------------------------------------- /task-library/prism/PeSnapVm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/PeSnapVm.py -------------------------------------------------------------------------------- /task-library/prism/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/prism/README.md -------------------------------------------------------------------------------- /task-library/rubrik/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/rubrik/README.md -------------------------------------------------------------------------------- /task-library/rubrik/RubrikAddSlaDomain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/rubrik/RubrikAddSlaDomain.py -------------------------------------------------------------------------------- /task-library/rubrik/RubrikGetClusterId.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/rubrik/RubrikGetClusterId.py -------------------------------------------------------------------------------- /task-library/rubrik/RubrikGetSlaDomainId.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/rubrik/RubrikGetSlaDomainId.py -------------------------------------------------------------------------------- /task-library/rubrik/RubrikGetVmId.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/rubrik/RubrikGetVmId.py -------------------------------------------------------------------------------- /task-library/rubrik/RubrikRefreshNtnxCluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/rubrik/RubrikRefreshNtnxCluster.py -------------------------------------------------------------------------------- /task-library/rubrik/RubrikTakeVmSnapshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/rubrik/RubrikTakeVmSnapshot.py -------------------------------------------------------------------------------- /task-library/rubrik/RubrikWaitUntilClusterRefresh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/rubrik/RubrikWaitUntilClusterRefresh.py -------------------------------------------------------------------------------- /task-library/veeam/VcRestGetCategory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/veeam/VcRestGetCategory.py -------------------------------------------------------------------------------- /task-library/veeam/VcRestGetTag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/veeam/VcRestGetTag.py -------------------------------------------------------------------------------- /task-library/veeam/VeamGetRepository.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/veeam/VeamGetRepository.py -------------------------------------------------------------------------------- /task-library/veeam/VeeamCloneJob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/veeam/VeeamCloneJob.py -------------------------------------------------------------------------------- /task-library/veeam/VeeamDeleteJob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/veeam/VeeamDeleteJob.py -------------------------------------------------------------------------------- /task-library/veeam/VeeamEditJob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/veeam/VeeamEditJob.py -------------------------------------------------------------------------------- /task-library/veeam/VeeamGetHierarchyRoots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/veeam/VeeamGetHierarchyRoots.py -------------------------------------------------------------------------------- /task-library/veeam/VeeamGetJob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/veeam/VeeamGetJob.py -------------------------------------------------------------------------------- /task-library/veeam/VeeamGetTask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/veeam/VeeamGetTask.py -------------------------------------------------------------------------------- /task-library/veeam/VeeamStartJob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/veeam/VeeamStartJob.py -------------------------------------------------------------------------------- /task-library/vsphere/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/README.md -------------------------------------------------------------------------------- /task-library/vsphere/VcRestCreateTag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcRestCreateTag.py -------------------------------------------------------------------------------- /task-library/vsphere/VcRestDeleteTag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcRestDeleteTag.py -------------------------------------------------------------------------------- /task-library/vsphere/VcRestGetTag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcRestGetTag.py -------------------------------------------------------------------------------- /task-library/vsphere/VcRestTagAssociation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcRestTagAssociation.py -------------------------------------------------------------------------------- /task-library/vsphere/VcSoapCreateVmDrsRules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcSoapCreateVmDrsRules.py -------------------------------------------------------------------------------- /task-library/vsphere/VcSoapCreateVmFolder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcSoapCreateVmFolder.py -------------------------------------------------------------------------------- /task-library/vsphere/VcSoapDeleteFolder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcSoapDeleteFolder.py -------------------------------------------------------------------------------- /task-library/vsphere/VcSoapDeleteVmDrsRules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcSoapDeleteVmDrsRules.py -------------------------------------------------------------------------------- /task-library/vsphere/VcSoapGetNetworkId.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcSoapGetNetworkId.py -------------------------------------------------------------------------------- /task-library/vsphere/VcSoapGetObjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcSoapGetObjects.py -------------------------------------------------------------------------------- /task-library/vsphere/VcSoapGetVmFolder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcSoapGetVmFolder.py -------------------------------------------------------------------------------- /task-library/vsphere/VcSoapMoveVmFolder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcSoapMoveVmFolder.py -------------------------------------------------------------------------------- /task-library/vsphere/VcSoapUpdateVmDrsRules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/vsphere/VcSoapUpdateVmDrsRules.py -------------------------------------------------------------------------------- /task-library/windows/EnableWinRm.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/windows/EnableWinRm.ps1 -------------------------------------------------------------------------------- /task-library/windows/InitDataDrive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/windows/InitDataDrive.ps1 -------------------------------------------------------------------------------- /task-library/windows/JoinDomain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/windows/JoinDomain.ps1 -------------------------------------------------------------------------------- /task-library/windows/RunWindowsUpdate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/windows/RunWindowsUpdate.ps1 -------------------------------------------------------------------------------- /task-library/windows/SetPerf.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/windows/SetPerf.ps1 -------------------------------------------------------------------------------- /task-library/windows/SetPoshWU.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/windows/SetPoshWU.ps1 -------------------------------------------------------------------------------- /task-library/windows/SetPowershell.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/windows/SetPowershell.ps1 -------------------------------------------------------------------------------- /task-library/windows/SetSec.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/windows/SetSec.ps1 -------------------------------------------------------------------------------- /task-library/windows/WinEjectCdrom.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/windows/WinEjectCdrom.ps1 -------------------------------------------------------------------------------- /task-library/windows/generic_exe_bat_scheduler.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/task-library/windows/generic_exe_bat_scheduler.ps1 -------------------------------------------------------------------------------- /windows-deployment/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/windows-deployment/readme.md -------------------------------------------------------------------------------- /windows-deployment/windows-deployment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nutanix/blueprints/HEAD/windows-deployment/windows-deployment.json --------------------------------------------------------------------------------