Questions tagged [brooklyn]

Apache Brooklyn is an open source framework for modelling, monitoring, and managing applications through autonomic blueprints.

Apache Brooklyn is an open source framework for modelling, monitoring, and managing applications through autonomic blueprints.

Brooklyn is written in Java, and the source code is available on GitHub.

See http://brooklyn.incubator.apache.org/ for more details and documentation.

31 questions
1
vote
1 answer

apache brooklyn unable to provision port for web console

I have recently performed an update on my computer which seems to have broken apache brooklyn for me: brooklyn launch ... WARN Failed to start Brooklyn web-console (rethrowing): Unable to provision port for web console (wanted…
dejakaymac
  • 23
  • 3
0
votes
0 answers

Mobile menu not closing

I'm facing issue on mobile menu when click on menu it open the menu and close on it closes and works nicely. But when click of specific menu item its not closing and just blinking once and again it shows as it is. Its only one page and click on menu…
raju_odi
  • 1,433
  • 13
  • 29
0
votes
1 answer

R: How to make out of a specific column of NYC zip codes a new column with the right boroughs?

This is my first Question and I couldn't find a answer on the web.. I want to make a statistic of the absolute number of cases in the 5 boroughs of NYC. PROBLEM: I have a column in a data frame in R, which is untidy. It should contain only the…
0
votes
1 answer

Winrm4j - Connection Issue

I had written a program to execute powershell command from Java using winrm4j api. I am able to execute the command. The problem is after executing command, program is not terminating until i press Control C. If i am not doing it, i get the below…
Arul
  • 143
  • 3
  • 12
0
votes
2 answers

Softlayer API call (to VirtualGuests) returns huge duplicated response

When using the command below, we get back a response with 145MB json payload: curl -uuser:api-key…
Aled Sage
  • 766
  • 7
  • 12
0
votes
1 answer

extend EC2HardwareBuilder class to set an other size for the boot volume as 10GB

I use Apache Brooklyn in combination with jCloud EC2 to create ec2 instances on AWS. ec2 instance setting: region: eu-central-1 (Frankfurt) imageId: ami-10d1367f Name: amzn-ami-minimal-hvm-2016.03.0.x86_64-s3 RootDeviceType:…
0
votes
2 answers

How to set Floating IP for VM using Apache Brooklyn ?- Floating IPs are required by options, but the extension is not available Error

I am trying to launch a very basic VM using Apache Brooklyn 0.8 on OpenStack ( Liberty) setup . I have mentioned the option auto-create-floating-ip true in the YAML but I see the following error- java.lang.IllegalArgumentException: Floating IPs…
Gwr
  • 65
  • 6
0
votes
1 answer

Posting a Task to the Web Consoles Execution(Management) Context

In the apache brooklyn web interface we would like to display some content for the sytsem managers. The content is too long to be served as a simple sensor value. Our idea was to create a task and write the content into the output stream of the…
Bela Tamas Jozsa
  • 714
  • 5
  • 10
0
votes
0 answers

Access HP Helion from Apache Brooklyn

I want to access HP Helion cloud using Apache Brooklyn project. With the help of the link Access HP Helion using jclouds, I am able to launch an instance but deployment at Brooklyn fails with the following error : Error invoking start at…
Gwr
  • 65
  • 6
0
votes
1 answer

Every instance with its own security group, or one security group for all instances?

Imagine that we have a blueprint which generates an Ambari Server and a Hadoop cluster with two nodes. We are using the following project --> https://github.com/brooklyncentral/brooklyn-ambari In this case, three entities are created (1 Ambari…
Iker Aguayo
  • 3,980
  • 4
  • 37
  • 49
0
votes
1 answer

How to install Tibco Spotfire with Apache Brooklyn?

I am looking for an entity or a yaml file to install a Tibco Spotfire in a Windows OS via Apache Brooklyn. Amazon Web Services (AWS) offers the installation of this service: https://aws.amazon.com/marketplace/pp/B00PB74KYY This is my yaml file which…
Iker Aguayo
  • 3,980
  • 4
  • 37
  • 49
0
votes
1 answer

How to see a Java Blueprint in Apache Brooklyn

I followed the steps of the following example: https://brooklyn.incubator.apache.org/v/0.7.0-SNAPSHOT/java/archetype.html And now I have my jar into the /target directory (I assume that this is the java blueprint). What I want is to see that…
Iker Aguayo
  • 3,980
  • 4
  • 37
  • 49
0
votes
1 answer

"Virtualization type 'hvm' required" error in Apache Brooklyn

I tried to create blueprint from chef as per the link https://brooklyn.incubator.apache.org/v/latest/yaml/chef/creating-blueprints.html . The location and provisioning.properties for a large instance is provided through yaml. But when I launch it…
Gwr
  • 65
  • 6
0
votes
1 answer

How to add an application to Apache Brooklyn catalog

I am trying to add applications into Brooklyn catalog. can anyone explain steps to add a new application to catalog.xml? I did try the sample catalog provided at…
Gwr
  • 65
  • 6
0
votes
2 answers

How do I give imageNameRegex an actual regular expression

I'm trying to use a specific AMI on AWS using it's name. It works if I set imageNameRegex = region/image_name but fails if I try any of the following: imageNameRegex = image_name imageNameRegex = .*/image_name imageNameRegex =…
grkvlt
  • 2,577
  • 1
  • 21
  • 38