Need to download Packer Openstack Plugin - plugins

I need packer openstack plugin to run packer build to create images in Openstack. We have network/firewall issues where the Packer API is throwing "connection timeout error" within the network. So I need the URL to download the Packer openstack plugin so that I can place it under /.packer.d/plugins/ and use it.
I tried downloading the Packer openstack plugin but I couldn't find it anywhere.
Please help with the link to downloaded the Packer openstack plugin.
Thanks in advance.

There is some misunderstanding here. The OpenStack builder plugin is bundled with the default Packer distribution. It doesn't need to be downloaded. And that has always been the case.
If you provide more details about your problem I might be able help with what's actually wrong.

Related

flutter_downloader local network

I just started using flutter and tried the file download feature using the flutter_downloader plugin (link). When this plugin is used and there is internet access, the feature runs. But when this plugin is used on a local network, this feature doesn't work. The data/files to be downloaded are on the local network.
Has anyone experienced this, and is it really necessary to use the flutter_downloader plugin with internet access? I tried to read the documentation, and there doesn't seem to be any explanation regarding this. Thank you.

Grafana plugin node project won't sync with node_module in dev mode

I'm having an issue trying to link a grafana plugin I'm working on.
This plugin use a node module that I'm also modifying (I have to modify both of them), but everytime I add the plugin to grafana I see the the node_module is not in sync and keeps loading the original version. The plugin change on the other hand are all being updated acordingly, but not the other modeule under node_module.
If someone have an idea I would really appreciate it, I have a feeling is simple. I just can't figure it out.
Thanks in advance,
The problem seems to be because I was running grafana in docker and linking my plugin to the grafana container with a volume, so the dependencies were never found and they were downloaded.
Installing grafana locally and adding the the other module via
npm install --save <my_dev_module> resolved it.

Installing a SonarQube Plugin Programmatically

I have a SonarQube service and API deployed in containers as part of my build pipeline. The SonarQube service needs to have the SonarJava plugin installed to understand my code rules.
As it's not an option to manually install this plugin, I'd like to do it through the API.
I saw this post: How to install or uninstall SonarQube plug-ins with HTTP? which seemed helpful, however attempting "POST /api/plugins/install?key=SonarJava" hasn't led to much success.
Thanks in advance.
Please use /api/plugins/install?key=java, it will automatically install SonarJava plugins.

how to install switchyard in JBDS?

I am getting the error as could not find file while trying to install from main menu help and install new software and adding the appropriate site.
Please check if you are using proxy and if the proxy details are correct. if it fails even with correct proxy. You can try offline install
https://docs.jboss.org/author/display/SWITCHYARD/Installing+Eclipse+Tooling

Cannot update repository Windows Azure

I'm trying Windows Azure now.
I have been following instruction from
https://www.windowsazure.com/en-us/develop/java/java-home/download-the-windows-azure-sdk-for-java/
I'm running on eclipse helios, but when i try to install new software and enter url repository :http://dl.windowsazure.com/eclipse
Eclipse always timeout,
message on message box like bellow :
Unable to connect to repository http://dl.windowsazure.com/eclipse/content.xml
Unable to connect to repository http://dl.windowsazure.com/eclipse/content.xml
Connection timed out: connect
How to solve this, i very need it to deploy my first app on Windows Azure platform
Help me to solve this, please
Now i try to runnning azure project on Cloud Azure, but why when i try to upload cspkg file and cscfg file, the process always timeout, whereas connection is running normally when i look on ping -t
this is message when i try upload on azure hosting service :
Uploading the selected package has failed, please verify your network connection and try again.
How to solve this issue ?
it's very strange error. >-<
I think there is some problem with your network connection as I have just tested the same download location and it does work perfectly fine as below:
As you can see below I am using http://dl.windowsazure.com/eclipse URL to download the Java specific Azure components:
After that once I select "Next", the following two components are listed to be installed in my machine:
Microsoft JDBC Drive 3.0 for SQL Server (This will work with SQL Azure)
Windows Azure Plugin for Eclipse with Java
I am sure that the problem is specific to your network connection so please have it corrected.
Yes, it's foolish of me, i forget to shutting down my proxy server on My compute.After i disable it,everything gonna be alright :D
Thanks
surely I haven't meet this situation before , but just for your additional information..
Have you follow this step on installing azure #eclipse? like .net version must be >= 3.5
here are some source link for your help http://www.windowsazure4e.org/download/
I haven’t worked with Windows Azure Java SDK. But the error message is complaining the file C:\Users\workspace\AzureFirst\emulatorTools\ResetEmulator.cmd cannot be found. It would be better if you can check whether the file exists. In addition, the call stack points out you’re using Windows Azure SDK 1.4. Please try to upgrade it to 1.6 to see whether it works fine. You can find SDK 1.6 on http://www.microsoft.com/en-us/download/details.aspx?id=28045. Please install WindowsAzureEmulator and WindowsAzureSDK. The WindowsAzureLibsForNet is not needed if you don’t want to use .NET.
Best Regards,
Ming Xu.