Questions tagged [autodeploy]

Auto Deploy is a VMware vSphere technology for bare metal hypervisor installation and configuration.

Auto Deploy is a VMware vSphere technology for bare metal hypervisor installation and configuration. More information can be found at http://www.vmware.com/products/vsphere/features-auto-deploy.

73 questions
1
vote
0 answers

getting SW version by bash script for uninstall preinstalled software/notifying easily by assigning variable to it. Please share more ideas

Please share more ideas to get software version from bash command and use it as variable later. su --version su (GNU coreutils) 5.97 Copyright etc. and create variable of the result of it. Something like I tried below. su --version…
user139856
  • 371
  • 1
  • 5
  • 10
1
vote
1 answer

How to deploy wix installer package aspx from TFS automatically

Tfs builds succesfully .msi prepared for installation and then deployed manualy taken from TFS website as MSI with couple of configurations files(these run installer for different enviroment) - in installation process i need to install them on ISS…
Petr Kováč
  • 365
  • 1
  • 2
  • 10
1
vote
2 answers

Wildfly deployment scanner

I am new to WildFly and I am trying to know more on deployment scanner process. There are two deployment mode in WildFly auto deploy mode and manual. If I restart WildFly, my ear files are deploying again. As per WildFly forum it should deploy again…
Mahendiran
  • 79
  • 2
  • 12
1
vote
1 answer

appengine-maven-plugin not auto deploying code after code changes

I've a appengine maven project which uses the newly recommended module structure. So I've a ear module which in turn contains 2 war sub modules. I'm using run mvn appengine:devserver from ear directory to run the code. I want maven to deploy any…
user1010373
  • 289
  • 1
  • 5
  • 12
1
vote
1 answer

Jenkins- Create Jobs on different servers

I want to configure Jenkins to build my code on 1 server. Then want to deploy it on another server using Jenkins.Both servers are using Linux I want to automate the entire process as much as possible. I went through some of plugins like pipeline,…
1
vote
0 answers

Error 500 while usingWeb-Hooks w/ Gitlab and Gitlab-Auto-Deploy

When I try to send a POST request with GitLab everytime my repo is pushed to my production server running GitLab-Auto-Deploy, I get a 500 error. I followed the indications in the README file (http://logsol.github.io/Github-Auto-Deploy/) but I still…
Julien Tanay
  • 1,214
  • 2
  • 14
  • 20
1
vote
2 answers

Connecting TFS to TeamCity

I'm trying to connect my TeamCity project to my TFS project with a free account (a windows live account). But I'm having a little bit a trouble doing this. I'm getting the error TF30063 (You are not authorized to access /DefaultCollection/). I've…
Victor Franchi
  • 163
  • 4
  • 16
1
vote
1 answer

Preventing page requests during WebSphere startup

Problem: Pages requested prior to full application initialization cause application running under WebSphere to have problems. Idea: Prevent requests until the application is ready. Environment: WebSphere ND 6.1.0.23 running on an application server…
Dale
  • 5,520
  • 4
  • 43
  • 79
1
vote
1 answer

Unable to auto-deploy bundle to Karaf

I am developing an OSGI-based application, which deploys to Karaf container. Karaf has an auto-deployment feature, whereby copying a bundle to its karaf/deploy directory should automatically deploy that bundle into the container. More often than…
Michael Smolyak
  • 593
  • 2
  • 6
  • 21
1
vote
1 answer

ADF Glassfish Autodeploy Error

I am able to deploy an adf application to glassfish server from jDeveloper directly (and the application runs fine too), but when I deploy an EAR file and then put it into the autodeploy folder of my glassfish domain I see the following error in my…
Idea Inside
  • 197
  • 1
  • 4
  • 15
1
vote
1 answer

Automatic features provision on Fuse ESB/Servicemix with Maven

Is there any way to provision/deploy features to Fuse ESB/Servicemix automaticaly though Maven, like cargo for Tomcat? Using ant+ssh is not an option.
user2107244
  • 31
  • 1
  • 4
1
vote
0 answers

Error:fatal: Not a git repository: '.' when I use gitolite Hooks post-receive to auto deploy code

My English is not very good. Please bear with me. I had search this question on stackoverflow and google.But also can't solve this question. I just want to build a auto deploy enviroment through git hooks.But it's doesn't work. I use Ubuntu 12.04…
nullless
  • 11
  • 1
0
votes
0 answers

Hosting codeigniter on Hostinger

I was currently host codeigniter on hostinger by using the Git webhook. It provide me the continuous development. which mean the hostinger will listen to any push from git and run it own deployment script to help me host the site. But the issue is…
0
votes
0 answers

How can we set up autodeployyment(CI/CD) with AWS loadbalancer servers

strong textI am trying to update the latest code with load balancer servers
Manoj
  • 499
  • 4
  • 4
0
votes
0 answers

Auto Deploy application to tomcat webapps fails when started through Ansible automation while it deploys when started manually

Before I start tomcat I'm manually remove the deployed unpacked folder /app/tomcat/webapps/myapp inorder to clear caching issues. I have the /app/tomcat/webapps/myapp.war which is auto-deployed and i get folder /app/tomcat/webapps/myapp created when…
Ashar
  • 2,942
  • 10
  • 58
  • 122