Questions tagged [ibm-cloud-schematics]

IBM Cloud Schematics gives architects, developers, and operators the ability to define and manage their modern cloud infrastructure as a single unit, across any number of environments, in an automated and repeatable fashion.

Key features and capabilities:

  • IBM Cloud Schematics allows users to define their infrastructure in files that can be checked into source control, which enables versioning, commit messages that can reveal the reason behind a change, an audit trail to determine who changed what and when, and collaboration, review, and transparency when working on infrastructure as a team.
  • IBM Cloud Schematics gives IBM a way to offer infrastructure building blocks to users, as well as complete and prescriptive solutions. Users can more quickly build solutions for the platform, understand how to build those solutions, and better grasp how the platform products and offerings can be put together to create solutions.
  • IBM Cloud Schematics further enables teams to build up a library of resources that can be reused again and again to net the same results. From tiny building blocks to complete solutions. Need a hadoop cluster? There is a module to do that, just plug in your variables! This allows cross-team and cross-organization code reuse and ensures that teams are working to solve problems as a unit and solving them in the best way possible.

When asking questions about Schematics, you should:

  • Ensure you are asking a technical question about the Schematics service.
  • Search Stack Overflow to see if somebody else has already asked the same question.
  • Explain what you were trying to do when you encountered the problem.
  • Provide detailed steps where possible. Isolate the problem and reproduce it with as few steps as possible.
  • Include the ibm-cloud-schematics tag, plus the additional ibm-bluemix tag.

Getting support:

  • Stack Overflow is the best option for technical questions about the Schematics service. The development and support teams monitor Stack Overflow closely.
  • For non-technical questions, use the IBM developerWorks answers forum or open a support ticket. It's also the best place to ask questions about getting started with Schematics and Bluemix.

Helpful links:

6 questions
1
vote
2 answers

IBM Cloud Schematics: How do I upgrade the runtime from Terraform v0.12 to v0.13?

I am using IBM Cloud Schematics with a workspace based on Terraform 0.12. Based on the changelog a new Terraform version is supported by the runtime. How do I change my workspace to use the new runtime?
data_henrik
  • 16,724
  • 2
  • 28
  • 49
1
vote
1 answer

How to add Terraform based software to IBM Cloud's private catalog?

I use IBM Cloud Schematics to generate and then apply a plan to create resources in IBM Cloud. Terraform templates are present in github repository and the URL of the same is provided in IBM Cloud Schematics' workspace. How shall I make this…
0
votes
0 answers

Error connecting via SSH to VSI using Ansible in Schematics

I'm trying to connect to my Virtual Server Instance (VSI) on IBM Cloud using Ansible in Schematics. However, I'm encountering an error and unable to establish the SSH connection. Here's the error message I'm receiving: ansible-playbook check |…
takichy
  • 3
  • 1
0
votes
1 answer

Problems with IBM Terraform provider: ibm_service_instance

first of all: Invitation via https://cloud.ibm.com/schematics/slack appears to be not working. I did not get an invitation for schematics@slack on any on my mail accounts, so I post my questions here: Terraform 0.13, ibm provider 1.23.1 1.) while…
0
votes
2 answers

Softlayer Api Authentication with Terraform

I exported the SL_USERNAME and SL_API_KEY variables. I did not link my softlayer account to bluemix. Command: terraform import ibmcloud_infra_vlan.999 999 Error: import ibmcloud_infra_vlan.999 result: 999: ibmcloud_infra_vlan.999: Error…
pdna
  • 541
  • 1
  • 8
  • 17
0
votes
1 answer

As a Schematics user why do I need multiple environments and what purpose do they serve?

I'm looking for some guidance as to what an environment is within this context. What are some best practices for setting up an environment in Schematics?