Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Started #355

Open
codyja opened this issue Dec 15, 2022 · 1 comment
Open

Getting Started #355

codyja opened this issue Dec 15, 2022 · 1 comment

Comments

@codyja
Copy link

codyja commented Dec 15, 2022

Hi,
I'm interested in trying out Spinnaker with Nomad but am having some troubles getting started. I have a basic hal and spinnaker instance deployed, but I can't figure out how to properly get the Nomad plugin deployed and usable. If someone could point me in the right direction, I would take a crack at adding more info to the Readme as well. Thanks for any info!

# Adding the example repository which includes the Armory.NomadPlugin
hal plugins repository add spinnaker-plugin-examples \
    --url=https://raw.githubusercontent.com/spinnaker-plugin-examples/examplePluginRepository/master/plugins.json

# I believe this installs the plugin
hal plugins add nomad --version=0.0.1 --enabled=true --extensions=Armory.NomadPlugin

I can't figure out the proper place to load the example nomad configuration. I've tried the following and a few other variations:

bash-5.0$ cat ~/.hal/default/service-settings/clouddriver.yml
spinnaker:
  extensibility:
    plugins:
      Armory.NomadPlugin:
        enabled: true

nomad:
  accounts:
    - name: account1
      environment: dev
      address: http://host.docker.internal:4646

Finally I do a hal deploy apply but don't see any indication that anything is actually working or not.

@Allan-Nava
Copy link

The project is still alive?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants