Giter VIP home page Giter VIP logo

Comments (5)

brusMX avatar brusMX commented on June 23, 2024

Ok, I have migrated the nodePrep in commit Id 6562cb6 but the problem now is that I need to be able to deploy ansible scripts into the VMs. Which basically would mean that I need:

  1. Solve Issue #11 so I can NAT and SSH into the master and so on, or
  2. Have the bastion node setup #16 and add all the other VMs to some groups so I can run the playbooks on them.

from openshift-work.

zikalino avatar zikalino commented on June 23, 2024

About #11 I asked @haroldwongms and he said that the plan is to remove NAT on purpose for security reasons.
Perhaps we should just enable NAT for bastion node?

Alternatively, bastion node could be in the same vnet as other nodes so we could just use local addresses without NAT.

Pls check this example:

This script is to create list of hosts dynamically:
https://github.com/Azure-Samples/ansible-playbooks/blob/master/vmss/get-hosts-tasks.yml

And this example is using it:

https://github.com/Azure-Samples/ansible-playbooks/blob/master/vmss/vmss-setup-deploy.yml

from openshift-work.

zikalino avatar zikalino commented on June 23, 2024

actually entire VMSS sample may be useful:

https://github.com/Azure-Samples/ansible-playbooks/tree/master/vmss

Maybe as a next step we could use scaleset(s) to create nodes.

from openshift-work.

zikalino avatar zikalino commented on June 23, 2024

I have created issue #19 and suggested the idea that we could have a separate script to prepare images. Then later we could just refer these images in create.yml so additional preparation step and NAT wouldn't be necessary.

from openshift-work.

brusMX avatar brusMX commented on June 23, 2024

The only concern I have with VMSS is that there was an issue on provisioning disks. You could not select a single VM to deploy one disk, it was all VMs have a disk, or none.
I know the PG worked to alleviate this situation, but I don’t know if the work has been finished.
Now, maybe if we setup a GlusterFS cluster on the side, then this problem would be solved and the disk provisioning would be handled by Gluster.

from openshift-work.

Related Issues (20)

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.