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
3
votes
1 answer

How does Apache Brooklyn pull project metrics?

Can you explain, in brief, how the Apache Brooklyn architecture injects itself to a project (e.g Spring Boot, Node etc) and pulls metrics data from it? Does it have a plugin to be used in the Java project? Or, does it directly pull metrics like…
sofa_maniac
  • 1,115
  • 2
  • 8
  • 19
3
votes
1 answer

Apache Brooklyn Application Launch using REST API

Can we launch a VM using Brooklyn REST API's by passing YAML documents? Sample YAML: name: simple-vm location: ... services: - type: brooklyn.entity.basic.EmptySoftwareProcess name: VM provisioning.properties: user: b-user …
sm-azure
  • 227
  • 3
  • 10
2
votes
2 answers

Use Virtual Private Cloud in Blueprint of Apache Brooklyn

If a Virtual Private Cloud (VPC) is created in Amazon Web Services (AWS) or wherever. Is there any chance to use it (and configure it) in our blueprint to deploy it later via Apache Brooklyn? Has Apache Brooklyn VPC support?
Iker Aguayo
  • 3,287
  • 2
  • 29
  • 39
2
votes
1 answer

How to use subnets in blueprints of Apache Brooklyn

I am trying to use a subnet (precreated in AWS) in my Blueprint to run it in Apache Brooklyn. I have the following Blueprint without subnet, which works correctly. (Ambari Server, with Cluster of two Hadoop nodes) name: IDA Ambari All Services…
Iker Aguayo
  • 3,287
  • 2
  • 29
  • 39
2
votes
1 answer

Create user with superuser privilege using Apache brooklyn

When a new VM is launched using Apache brooklyn , how can we create a login user with superuser/root privileges ? The OS setup section in https://brooklyn.incubator.apache.org/v/latest/ops/locations/ suggests using 'dontCreateUser ' . where can I…
Gwr
  • 55
  • 6
2
votes
1 answer

How to Install Jenkins using Apache Brooklyn and Chef

I want to install Jenkins on a VM using Chef (and Apache Brooklyn). The blueprint being used is, name: chef-jenkins location: jclouds:aws-ec2: region: xyz services: - type: chef:jenkins cookbook_urls: jenkins: .../jenkins.tgz runit:…
sm-azure
  • 227
  • 3
  • 10
2
votes
1 answer

How can I access HP Helion using Apache jclouds

I want to access HP Helion cloud using Apache jclouds 1.8.0 (via the Apache Brooklyn project) and the configuration I used previously no longer works. The documentation suggests I use the same username and password as the console but this gives me…
grkvlt
  • 2,497
  • 1
  • 21
  • 36
1
vote
2 answers

Apache Brooklyn and LDAP against Microsoft Active Directory

I am trying to configure Apache Brooklyn to use the LDAPSecurityProvider against a Windows Active Directory. I am testing the connection with Apache Directory Studio and it works with the provided credentials. Screenshot of Apache Directory Studio…
Philipp
  • 11
  • 4
1
vote
1 answer

Apache brooklyn create own volumes instead of using the existing one

I use Apache Brooklyn 0.8.0-incubating to create d2.xlarge instance on AWS with the following Blueprint: location: jclouds:aws-ec2: region: eu-central-1 ... provisioning.properties: imageId: eu-central-1/ami-7bcddf17 # Redhat 6.6 …
Felix Otto
  • 27
  • 5
1
vote
1 answer

Apache Brooklyn 0.8.0-incubation: No handlers could be found for logger "_socket"

Every time when I use the VanillaWindowsProcess on AWS the following error message appears: No handlers could be found for logger "_socket" How I can fix this?
Felix Otto
  • 27
  • 5
1
vote
1 answer

How to get a Resource in Apache Brooklyn

I am trying to build my own entity, which is based on VanillaWindowsProcess. The idea is, after the installation of the windows Machine, to execute some powershell commands, which are in a file. I tried something which I used a lot of times in…
Iker Aguayo
  • 3,287
  • 2
  • 29
  • 39
1
vote
1 answer

Create a Hadoop Cluster connection in Talend without open the IDE

I am trying to create a "one click solution" with a Hadoop cluster, Ambari Server and a Talend via Apache Brooklyn in the cloud. I can create all of the things, but now I have to connect them. I am able to create "the project/connection" between the…
Iker Aguayo
  • 3,287
  • 2
  • 29
  • 39
1
vote
1 answer

VanillaSoftwareProcess Entity does not work in Apache Brooklyn

I have the last Apache Brooklyn (24.08.2015), Version: 0.8.0-SNAPSHOT, and when I am trying the example of the blueprint which is here: https://brooklyn.incubator.apache.org/v/latest/yaml/custom-entities.html name: Simple Netcat Server…
Iker Aguayo
  • 3,287
  • 2
  • 29
  • 39
1
vote
1 answer

Install Linux with Desktop Environment via jClouds/Apache Brooklyn

I want to install a Linux machine (preferably Red Hat) with a Desktop Environment (lets say Xcfe, but it could be another one) via Brooklyn (with jClouds). In the same way that in Apache Brooklyn there is a VanillaWindowsProcess which installs a…
Iker Aguayo
  • 3,287
  • 2
  • 29
  • 39
1
vote
2 answers

Apache brooklyn blueprint using entity

I am trying to create an application from available entities from Apache Brooklyn. My blueprint is : name: Tomcat3 location: jclouds:.... services: - type: brooklyn.entity.webapp.tomcat.TomcatServer name: tomcat provisioning.properties: …
Gwr
  • 55
  • 6
1
2 3