-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Need a command to show all plugins #11092
Comments
Hi, thanks for reaching out! This is a good idea. For now, can you share the HCL template you're using that is failing? We can help you debug. |
Thanks for your reply, here is my packer init script
And here is my build.json
|
Hey there, I believe there are two problems with your configuration. The first one is that both plugins qingcloud and qingwang didn't register the build with the Here's the code: The other issue is that, in order to build a template initialized with packer {
required_plugins {
docker = {
version = ">=0.0.1"
source = "github.com/hashicorp/docker"
}
qingwang = {
version = ">=0.0.3"
source = "github.com/wangjiaxi90/qingwang"
}
qingcloud = {
version = ">=0.0.1"
source = "github.com/wangjiaxi90/qingcloud"
}
}
}
source "qingwang-qingcloud" "example" {
api_key = "mock_api_key"
api_secret = "mock_api_secret"
base_image_id = "xenial3x64"
cpu = "1"
eip_id = ""
host = "api.qingcloud.com"
image_id = ""
image_name = ""
instance_class = ""
keypair_id = ""
log_level = "info"
memory = "1024"
port = "443"
protocol = "https"
securitygroup_id = ""
uri = "/iaas"
yxnet_id = "vxnet-0"
zone = "pek3a"
}
build {
sources = ["source.qingwang-qingcloud.example"]
} |
Here you can find about the |
Thank you very much! |
Hi everyone, my plugin has been successfully built.
[show all plugins in simplfy info]
param1 = “install_time” (defult desc) Example: param2 is a string to filter the domain Example :
[show the details of ‘plugin name’] Example:
[show all configurations of ‘plugin name’ and list each one type and is required] Example:
[show the demo hcl whitch may in docs folder or according the conf to generate a demo] Example: |
Hello there #11553 added support for this ! This will be available to test in the next nightly release soon, or in the PR's artifacts binaries. Feel free to drop some feedback ! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Hello,
Here is the link of my packer-plugin : https://github.com/wangjiaxi90/packer-plugin-qingwang
Thanks
The text was updated successfully, but these errors were encountered: