Giter Site home page Giter Site logo

terraform-examples's People

Contributors

bkircher avatar fkr avatar marcharriss avatar mralexandernickel avatar nvthongswansea avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

terraform-examples's Issues

Interplation expressions are deprecated

Interpolation expressions, such as "${gridscale_storage.caching-storage.id}" are deprecated. These should be replaced by expressions like gridscale_storage.caching-storage.id.

Unable to Create Network with DNS and DHCP.

Hi,

Can you please help me with the below error scenario and I am trying to create the DHCP with below resource and it fails while attaching the network to the server.

  on k8s.tf line 82, in resource "gridscale_server" "master": ```
  
  Resource snippet:

resource "gridscale_network" "kubernetes"{
name = "kubernetes"
dhcp_active = true
dhcp_range = "192.168.121.0/24"
timeouts {
create="10m"
}
}

Provisioner Example works only with CentOS for remote-exec

Hello,

I have tried executing same example for Debian 10 template UUID "b624bf02-e2df-401d-9c00-49d8ce8d4192". It looks like there is some problem with the template released.

I get the below failure message

null_resource.devkafka01a_provisioner: Still creating... [1m40s elapsed] null_resource.devkafka01a_provisioner: Still creating... [1m50s elapsed] null_resource.devkafka01a_provisioner (remote-exec): Connecting to remote host via SSH... null_resource.devkafka01a_provisioner (remote-exec): Host: 45.12.49.175 null_resource.devkafka01a_provisioner (remote-exec): User: root null_resource.devkafka01a_provisioner (remote-exec): Password: false null_resource.devkafka01a_provisioner (remote-exec): Private key: false null_resource.devkafka01a_provisioner (remote-exec): Certificate: false null_resource.devkafka01a_provisioner (remote-exec): SSH Agent: false null_resource.devkafka01a_provisioner (remote-exec): Checking Host Key: false null_resource.devkafka01a_provisioner: Still creating... [2m0s elapsed] Error: timeout - last error: SSH authentication failed ([email protected]:22): ssh: handshake failed: ssh: unable to authenticate, attempted methods [none], no supported methods remain

Can someone help me here.

I also tried using ssh-agent true but it fails with below result

ocal_file.ansible_inventory: Creation complete after 0s [id=3ff0486f1f661ffe06bf304ee7d137fc822f7a8c] Error: SSH agent requested but SSH_AUTH_SOCK not-specified

Switch default branch to main

We want to switch the default branch name from master to main for all gridscale Open Source projects including this repository.

This involves:

  • Switching the default branch name here on GitHub
  • Updating all references of the master branch name in GH Actions and other CI/CD pipelines and scripts
  • Giving contributors a bit of info on how to update their remotes in their local copies of the repo

Would be nice to do this coordinated and in "one go" so that contributors are not surprised by inconsistent naming or repositories not having switched yet. If you want to help out here contact @bkircher

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.