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

vagrant-cloud compatibility #8

Open
bcg62 opened this issue Feb 1, 2018 · 2 comments
Open

vagrant-cloud compatibility #8

bcg62 opened this issue Feb 1, 2018 · 2 comments

Comments

@bcg62
Copy link

bcg62 commented Feb 1, 2018

The atlas post processor is soon to be no longer, replaced by vagrant-cloud.

https://www.packer.io/docs/post-processors/atlas.html

The Packer and Artifact Registry features of Atlas will no longer be actively developed or maintained and will be fully decommissioned on Friday, March 30, 2018. Please see our guide on building immutable infrastructure with Packer on CI/CD for ideas on implementing these features yourself.```

I haven't been able to upload to vagrancy via vagrant-cloud as it seems like no matter what configuration i give it it attempts to auth with the given token.

Any chance this will be updated?
@adespain
Copy link

adespain commented May 16, 2018

Wondering the same thing, I tried using type: vagrant-cloud instead but am getting an error:
``Build 'virtualbox-iso' errored: 1 error(s) occurred:

  • Post-processor failed: Error retrieving box:```

This is the .json:

"post-processors": [
      [
        {
            "type": "vagrant",
            "compression_level": "{{user `compression_level`}}",
            "output": "ubuntu-16.04-amd64-{{.Provider}}.box"
        },
        {
          "type": "vagrant-cloud",
          "box_tag": "babigtonicus/ubuntu1604-packer",
          "vagrant_cloud_url": "http://192.168.0.31:8099/",
          "version": "05152018",
          "access_token": "na"
        }
      ]
    ]
}
	```

@FlorianHeigl
Copy link

did you have any luck with this?

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

3 participants