Re: [Openstack] (no subject)

2016-11-15 Thread Hakan Unal
hello prasad , is your deployment
product or test environment ?

first time i see a tacker questions .  i think tacker will be most important 
part of openstack .
Hakan .

Saygılar & Sevgiler


 Original message 
From: prasad kokkula 
Date: 15/11/2016 19:31 (GMT+03:00)
To: openstack@lists.openstack.org
Subject: [Openstack] (no subject)

Hi,

[Tacker]   I have tried to launch the vnf Instance using Tacker. vnf is 
launched succesfully and able to do SSH.

I have faced the issue, the connection points (CP2, CP3) are not getting ip 
addreess except managament CP (CP1). Could you please let me know is this 
Tacker issue or any configuration mismatch.

I have installed openstack newton release on Centos 7. Please let me know if 
you need any other configuration.



=
Below are the net-list ip's

[root@localhost (keystone_admin)]# neutron net-list
+--+-+---+
| id   | name| subnets  
 |
+--+-+---+
| 55077c0e-8291-4730-99b4-f280967cb69e | public  | 
39256aad-d075-4c38-bf2c-14613df2252e 172.24.4.224/28  |
| 73bbaf70-9bdd-4359-a3a2-09dbd5734341 | private | 
09b9018c-ca3b-46ee-9a4e-507e5124139f 10.0.0.0/24  |
| d0560ee9-9ab0-4df8-a0d2-14064950a17c | vnf_mgmt| 
01d2b67c-ee28-4875-92e0-a8e51fdf8401 192.168.200.0/24 |
| f98f38b8-8b6c-4adb-b0e9-a265ce969acf | vnf_private | 
61d39f59-2ff7-4292-afd9-536f007fd30c 192.168.201.0/24 |
+--+-+---+
[root@localhost (keystone_admin)]#

Tosca file used for vnf creation.


[root@localhost (keystone_admin)]# cat sample-vnfd.yaml

tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0

description: Demo vCPE example

metadata:
  template_name: sample-tosca-vnfd

topology_template:
  node_templates:
VDU1:
  type: tosca.nodes.nfv.VDU.Tacker
  capabilities:
nfv_compute:
  properties:
num_cpus: 1
mem_size: 512 MB
disk_size: 1 GB
  properties:
image: cirros1
availability_zone: nova
mgmt_driver: noop
user_data_format: RAW
config: |
  param0: key1
  param1: key2

CP1:
  type: tosca.nodes.nfv.CP.Tacker
  properties:
management: true
  requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU1

CP2:
  type: tosca.nodes.nfv.CP.Tacker
  properties:
anti_spoofing_protection: false
  requirements:
- virtualLink:
node: VL2
- virtualBinding:
node: VDU1

CP3:
  type: tosca.nodes.nfv.CP.Tacker
  properties:
anti_spoofing_protection: false
  requirements:
- virtualLink:
node: VL3
- virtualBinding:
node: VDU1

VL1:
  type: tosca.nodes.nfv.VL
  properties:
network_name: vnf_mgmt
vendor: Tacker

VL2:
  type: tosca.nodes.nfv.VL
  properties:
network_name: vnf_private
vendor: Tacker

VL3:
  type: tosca.nodes.nfv.VL
  properties:
network_name: private
vendor: Tacker

===

Regards,
Varaprasad
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Mirantis installation using virtual box scripts

2016-11-08 Thread Hakan Unal
Hello Anam ,
would you send copy of error message and a few more lines around error message 
. do you use any proxy for internet connection?

Saygılar & Sevgiler


 Original message 
From: Anam Qureshi 
Date: 08/11/2016 12:38 (GMT+03:00)
To: Nasir Mahmood 
Cc: openstack 
Subject: Re: [Openstack] Mirantis installation using virtual box scripts

You mean to say running from root?
Actually yes i run scripts as a root user.


On Tue, Nov 8, 2016 at 2:02 PM, Nasir Mahmood 
> wrote:

Dis you try to run the script in debug mode ?

On Nov 8, 2016 2:00 PM, "Anam Qureshi" 
> wrote:
Greetings All

I am new to openstack, and trying to install it using "Quick guide of 
Installing mirantis opentack using virtual box scripts".
My system configuration is
OS: Ubuntu 16.04
System classification: corei5, 8GB RAM, and 500GB Hard Disk
When I run the launch.sh script, it gives warning as no internet connectivity. 
But my system has internet connectivity. And terminal stops working while 
giving this message
waiting for product VM to install. please do not abort the script

After the given timestamp, virtual box didn't repond.
Please help me to solve this issue.
I have already gone through related questions, but didn't find any suitable 
answer.

Thanks!



--
Anam Qureshi
PhD Scholar and Faculty Member
Computer Science. FAST-NU , Karachi



___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack




--
Anam Qureshi
PhD Scholar and Faculty Member
Computer Science. FAST-NU , Karachi


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [openstack][devstack]Error while running ./stack.sh

2016-10-09 Thread Hakan Unal
I think you start installation procedure again .
First uninstall devstack :

cd
cd devstack
./unstack.sh
./clean.sh
cd ..&&  rm - rf devstack
rm -rf /opt/stack

Later install again :

cd
git clone https://github.com/openstack-dev/devstack
cd devstack
git checkout stable/newton( or stable/mitaka or any other )

Prepare "local.conf" and
./stack.sh


Hakan ?nal

9 Eki 2016 tarihinde 19:43 saatinde, H.Chaithanya Krishnan 
> ?unlar? yazd?:

Hey,

I am a beginner and I am trying to set up devstack. While running ./stack.sh , 
I am getting the following "awk" error. It would be great if someone could help 
me out resolving this.

awk: fatal: cannot open file `/opt/stack/nova/setup.cfg' for reading (No such 
file or directory)
+inc/python:_setup_package_with_constraints_edit:317  name=
+inc/python:_setup_package_with_constraints_edit:1  exit_trap
+./stack.sh:exit_trap:487  local r=2
++./stack.sh:exit_trap:488  jobs -p
+./stack.sh:exit_trap:488  jobs=
+./stack.sh:exit_trap:491  [[ -n '' ]]
+./stack.sh:exit_trap:497  kill_spinner
+./stack.sh:kill_spinner:383   '[' '!' -z '' ']'
+./stack.sh:exit_trap:499  [[ 2 -ne 0 ]]
+./stack.sh:exit_trap:500  echo 'Error on exit'
Error on exit
+./stack.sh:exit_trap:501  generate-subunit 1475952463 161 fail
+./stack.sh:exit_trap:502  [[ -z /opt/stack/logs ]]
+./stack.sh:exit_trap:505  
/home/rockstar/OpenStack/devstack/tools/worlddump.py -d /opt/stack/logs
World dumping... see /opt/stack/logs/worlddump-2016-10-08-185025.txt for details
+./stack.sh:exit_trap:511

--

With Regards,
H.Chaithanya
Blog|GitHub

A dream doesn't become reality through magic; it takes sweat, determination and 
hard work.

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Advice on how to get started

2016-09-06 Thread Hakan Unal
if you prefer the hard way . you can learn openstack with openstack cookbook 
third release . and this book has some writing mistakes :)) so you have to 
solve some problems .
and openstack cookbook has git connection . it doesnt any mistake . you use git 
version

hakan

Saygılar & Sevgiler


 Original message 
From: Luke Hinds 
Date: 06/09/2016 10:24 (GMT+02:00)
To: Turbo Fredriksson 
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] Advice on how to get started



On Sun, Sep 4, 2016 at 7:44 PM, Turbo Fredriksson 
> wrote:
On Sep 4, 2016, at 7:25 PM, Karishma Sharma wrote:

> Is it DevStack that I need to build or something else?

_Personally_ I prefer to learn the hard way. That is, install the
package(s) and configure them manually.

It takes longer, it require _A LOT_ of patience and is extremely
frustrating at times, but once you get things working, the reward
is so much greater!


+1 - devstack is great for a quick environment on demand, but you can't beat 
walking through the official installation guides and building it by hand.  It 
will be the difference between have a good foundation of the component parts of 
openstack, or seeing thousands of lines whiz past on your console and then 
wondering what just happened.


The core thing to get working is Keystone ("The Authenticator").
--
Med ett schysst järnrör slar man hela världen med häpnad
- Sockerconny


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Quesion about Openstack Magnum

2016-07-10 Thread Hakan Unal
Hello zhihao , I am barely new about openstack :)) however I saw  almost same 
problem im my test env. I remember that i entered wrong http address in , 
Keystone endpoint-create .
Would you check keystone endpoint-list   And http addresses Hakan .

 Original message 
From: zhihao wang  
Date: 10/07/2016  01:33  (GMT+02:00) To: Turbo 
Fredriksson , OpenStack Mailing List 
 Subject: Re: [Openstack] Quesion 
about Openstack Magnum 

Hi openstack member
May I ask some question about Magnum:
I installed Magnum on my Mitaka openstack,(1 controller, 2 compute nodes), all 
ubuntu 14.04
root@controller:~# magnum --version2.1.1root@controller:~#
when I run this command,  it return error,
:~# magnum --debug service-list
Return error below:
1", "interface": "internal", "region": "RegionOne", "region_id": "RegionOne", 
"id": "e19f44a3a172405280a66f16ef959b4d"}], "type": "cloudformation", "id": 
"b5788e7efb994957b519a434425dd6b9", "name": "heat-cfn"}, {"endpoints": [{"url": 
"http://controller:8774/v2.1/d6db96ca29594b4484d088f4323d5e92;, "interface": 
"public", "region": "RegionOne", "region_id": "RegionOne", "id": 
"1b7ce295d295455bb7fcf9f9a004d475"}, {"url": 
"http://controller:8774/v2.1/d6db96ca29594b4484d088f4323d5e92;, "interface": 
"admin", "region": "RegionOne", "region_id": "RegionOne", "id": 
"3d24493855c741ccb5a9ad2bc1cd5923"}, {"url": 
"http://controller:8774/v2.1/d6db96ca29594b4484d088f4323d5e92;, "interface": 
"internal", "region": "RegionOne", "region_id": "RegionOne", "id": 
"bc70665e12a04ae2abcebeb5dd2af5e0"}], "type": "compute", "id": 
"c55d92a3ae794e7b9dcef1cc43cc69aa", "name": "nova"}, {"endpoints": [{"url": 
"http://controller:5000/v3;, "interface": "internal", "region": "RegionOne", 
"region_id": "RegionOne", "id": "9487e203bba8428ca8ac428174ef6d7d"}, {"url": 
"http://controller:5000/v3;, "interface": "public", "region": "RegionOne", 
"region_id": "RegionOne", "id": "95063ab0451d42e4a5b3793854ce5ba9"}, {"url": 
"http://controller:35357/v3;, "interface": "admin", "region": "RegionOne", 
"region_id": "RegionOne", "id": "ea259ce1e48a4d4a8c3237f17c15ec9b"}], "type": 
"identity", "id": "dd1d703ef482499d8050cdb46cacc94f", "name": "keystone"}, 
{"endpoints": [{"url": "http://controller:8042;, "interface": "admin", 
"region": "RegionOne", "region_id": "RegionOne", "id": 
"1f1d9d9d8d344ac6855409758e52f163"}, {"url": "http://controller:8042;, 
"interface": "public", "region": "RegionOne", "region_id": "RegionOne", "id": 
"74a7360d6de04c67beae3722e9da9b76"}, {"url": "http://controller:8042;, 
"interface": "internal", "region": "RegionOne", "region_id": "RegionOne", "id": 
"aa1f5a21b4b24b4a8c1d5b26bb60fcc6"}], "type": "alarming", "id": 
"e725e37c3b664c24a86641a70c7bd755", "name": "aodh"}, {"endpoints": [{"url": 
"http://controller:9292;, "interface": "public", "region": "RegionOne", 
"region_id": "RegionOne", "id": "59644ca42da54b9db21b4f3417983e3e"}, {"url": 
"http://controller:9292;, "interface": "internal", "region": "RegionOne", 
"region_id": "RegionOne", "id": "f7520560a106411d9ffbc70ee8d0f20a"}, {"url": 
"http://controller:9292;, "interface": "admin", "region": "RegionOne", 
"region_id": "RegionOne", "id": "f78dcd29efca4d77abfdd695e24d4b2f"}], "type": 
"image", "id": "ee3c8188b308452eba5dcdf6ce43919e", "name": "glance"}], "user": 
{"domain": {"id": "969d9e6600ba48e9bccea230bdc87863", "name": "default"}, "id": 
"1928fffbe6fb40c394018c38535e1955", "name": "admin"}, "audit_ids": 
["ngTj6FqcSCG8MWkcJvpsyA"], "issued_at": "2016-07-09T22:14:05.00Z"}}DEBUG 
(session:329) REQ: curl -g -i -X GET http://controller:9511/v1/mservices -H 
"User-Agent: magnum keystoneauth1/2.9.0 python-requests/2.10.0 CPython/2.7.6" 
-H "Content-Type: application/json" -H "Accept: application/json" -H 
"X-Auth-Token: {SHA1}bfded5e8d86e6ff4779b48afe2d8bb72bd5964c1"INFO 
(connectionpool:213) Starting new HTTP connection (1): controllerDEBUG 
(connectionpool:395) "GET /v1/mservices HTTP/1.1" 503 170DEBUG (session:358) 
RESP: [503] Date: Sat, 09 Jul 2016 22:14:06 GMT Server: WSGIServer/0.1 
Python/2.7.6 Content-Length: 170 Content-Type: application/json; charset=UTF-8 
x-openstack-request-id: req-4f94ffd5-132f-40e9-9176-ca22a860b2b8 RESP BODY: 
{"message": "The server is currently unavailable. Please try again at a later 
time.\n\n\n", "code": "503 Service Unavailable", "title": "Service 
Unavailable"}
DEBUG (shell:609) 'errors'Traceback (most recent call last):  File 
"/usr/local/lib/python2.7/dist-packages/magnumclient/shell.py", line 606, in 
mainOpenStackMagnumShell().main(map(encodeutils.safe_decode, sys.argv[1:])) 
 File "/usr/local/lib/python2.7/dist-packages/magnumclient/shell.py", line 548, 
in mainargs.func(self.cs, args)  File 
"/usr/local/lib/python2.7/dist-packages/magnumclient/v1/mservices_shell.py", 
line 22, in do_service_listmservices = cs.mservices.list()  File