Was resolved in private communication.
The user got support ungtil the point when we needed to assign a floating IP which failed at this point in time since no more floating IPs have available for the Berlin node.
Issue was closed on Sep12th escalating back to the portal developers (see below).
Dear João,
then I would suggest to escalate the issue back to the fiware help list (the easiest way to address the current portal developers) and to fall back to the command line as long as the issue remains.
There have been a lot of upgrades to the portal recently.
It may be sufficient to just roll back one step for them to correct the problem.
Best Regards, Bernd
============
Bernd Bochow
Next Generation Network Infrastructures
Fraunhofer Institute for Open Communication Systems (FOKUS)
Kaiserin-Augusta-Allee 31, D-10589 Berlin
e-mail: bernd.bochow@fokus.fraunhofer.de, bernd.bochow@ieee.org
phone: +49 30 3463-7238
fax: +49 30 3463-997238
On 12 Sep 2014, at 18:46, João Melo wrote:
exactly, that field regex is probably wrong, i think it has some double dashes (
) instead of only () and that would tell the field to have explicitly "\."(
.) instead of an explicit "."(\.)
and i've removed the regex and tried to force it (sorry about that), and i think that was what "broke" the "192.168.1.0/24" as i don't think i gave a name(i don't remember)
On Fri, Sep 12, 2014 at 5:37 PM, Bochow, Bernd <bernd.bochow@fokus.fraunhofer.de> wrote:
Dear João,
It seems that the portal has a problem when entering the subnet CIDR.
The field is shown in red, and when I try to enter a value it complains in any case about the format.
Thus I can not provide a subnet address.
Is that what you observe?
Best Regards, Bernd
============
Bernd Bochow
Next Generation Network Infrastructures
Fraunhofer Institute for Open Communication Systems (FOKUS)
Kaiserin-Augusta-Allee 31, D-10589 Berlin
e-mail: bernd.bochow@fokus.fraunhofer.de, bernd.bochow@ieee.org
phone: +49 30 3463-7238
fax: +49 30 3463-997238
On 12 Sep 2014, at 17:18, João Melo wrote:
The "Network Address" field on the cloud.lab.fi-ware.org still fails with any ip inserted, you can test it here http://regex101.com/r/fD3wA9/1 , so, for my understanding that means that i would not be able (unless i bypassed the HTML5 website validation) to use any of those configurations
On Fri, Sep 12, 2014 at 4:14 PM, João Melo <joaolvcm@gmail.com> wrote:
yes, thank you for your help
On Fri, Sep 12, 2014 at 4:02 PM, Bochow, Bernd <bernd.bochow@fokus.fraunhofer.de> wrote:
Dear João
It failes indeed - see below
$ quantum --os-region Berlin --os-tenant-id 00000000000000000000000000004712 subnet-create fi-appuro-network 192.168.1.0/24
400-
{u'QuantumError': u'Invalid input for operation: Requested subnet with cidr: 192.168.1.0/24 for network: 0f02158b-c694-4001-9cf9-68bda8b0c5f9 overlaps with another subnet.'}
Tried to create a different one and succeeded
$ quantum --os-region Berlin --os-tenant-id 00000000000000000000000000004712 subnet-create fi-appuro-network 192.168.132.0/24
Created a new subnet:
----------------------------------------------------------------------+
----------------------------------------------------------------------+
allocation_pools |
{"start": "192.168.132.2", "end": "192.168.132.254"} |
cidr |
192.168.132.0/24 |
dns_nameservers |
|
enable_dhcp |
True |
gateway_ip |
192.168.132.1 |
host_routes |
|
id |
67c985d0-4712-4daf-b346-ae94cdc65253 |
ip_version |
4 |
name |
|
network_id |
0f02158b-c694-4001-9cf9-68bda8b0c5f9 |
tenant_id |
00000000000000000000000000004712 |
----------------------------------------------------------------------+
You may use this one - I think that it is owned by you.
Best Regards, Bernd
============
Bernd Bochow
Next Generation Network Infrastructures
Fraunhofer Institute for Open Communication Systems (FOKUS)
Kaiserin-Augusta-Allee 31, D-10589 Berlin
e-mail: bernd.bochow@fokus.fraunhofer.de, bernd.bochow@ieee.org
phone: +49 30 3463-7238
fax: +49 30 3463-997238
On 12 Sep 2014, at 16:44, João Melo wrote:
i've created a network(0f02158b-c694-4001-9cf9-68bda8b0c5f9) but when i try to create a subnet i'm not able to set any Network Address
On Fri, Sep 12, 2014 at 1:15 PM, Bochow, Bernd <bernd.bochow@fokus.fraunhofer.de> wrote:
Dear João,
Did you succeed in creating the network first and than add a subnet to this network afterwards?
Could you please tell me your tenant id or the name / uuid of the network?
Then I could check it from here
Best Regards, Bernd
============
Bernd Bochow
Next Generation Network Infrastructures
Fraunhofer Institute for Open Communication Systems (FOKUS)
Kaiserin-Augusta-Allee 31, D-10589 Berlin
e-mail: bernd.bochow@fokus.fraunhofer.de, bernd.bochow@ieee.org
phone: +49 30 3463-7238
fax: +49 30 3463-997238
On 12 Sep 2014, at 13:30, João Melo wrote:
but i've tried multiple IP's on network address from the openstack tutorial and none of them got validated (eg: 192.168.1.0/24), the Regex that is failing is "^(([0-9]|[1-9][0-9]|1[0-9]
{2}|2
[0-4][0-9]|25
[0-5])
.){3}(
[0-9]|
[1-9][0-9]|1
[0-9]{2}
|2[0-4][0-9]|25[0-5])(\/(\\d|[1-2]
d|3[0-2]))$"
when creating a subnet, what may i be getting wrong?
On Tue, Sep 9, 2014 at 1:21 PM, Bochow, Bernd <bernd.bochow@fokus.fraunhofer.de> wrote:
Dear João
you need to create a tenant (private) network first.
Then you can attach a VM to that network and can log on via the VNC terminal to that VM.
You may need to define security rules and credentials in order to log into the VM OS, but this depends on the OS used.
There are a number of howto's for OpenStack Horizon that provide a step-by-step introduction.
The FI-LAB portal uses a slightly different menu structure, but basically provides the same setting options.
Best Regards, Bernd
============
Bernd Bochow
Next Generation Network Infrastructures
Fraunhofer Institute for Open Communication Systems (FOKUS)
Kaiserin-Augusta-Allee 31, D-10589 Berlin
e-mail: bernd.bochow@fokus.fraunhofer.de, bernd.bochow@ieee.org
phone: +49 30 3463-7238
fax: +49 30 3463-997238
On 8 Sep 2014, at 15:46, João Melo wrote:
Hi, i was trying to create a network to the instance in Berlin but i'm not being able to set any network address and i don't understand what/how is it expected to be created
_______________________________________________
Fiware-lab-help mailing list
Fiware-lab-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-lab-help
Dear João
you need to create a tenant (private) network first.
Then you can attach a VM to that network and can log on via the VNC terminal to that VM.
You may need to define security rules and credentials in order to log into the VM OS, but this depends on the OS used.
There are a number of howto's for OpenStack Horizon that provide a step-by-step introduction.
The FI-LAB portal uses a slightly different menu structure, but basically provides the same setting options.
Best Regards, Bernd
============
Bernd Bochow
Next Generation Network Infrastructures
Fraunhofer Institute for Open Communication Systems (FOKUS)
Kaiserin-Augusta-Allee 31, D-10589 Berlin
e-mail: bernd.bochow@fokus.fraunhofer.de<bernd.bochow@fokus.fraunhofer.de>, bernd.bochow@ieee.org<bernd.bochow@ieee.org>
phone: +49 30 3463-7238
fax: +49 30 3463-997238
On 8 Sep 2014, at 15:46, João Melo wrote:
Hi, i was trying to create a network to the instance in Berlin but i'm not being able to set any network address and i don't understand what/how is it expected to be created
_______________________________________________
Fiware-lab-help mailing list
Fiware-lab-help@lists.fi-ware.org<Fiware-lab-help@lists.fi-ware.org>
https://lists.fi-ware.org/listinfo/fiware-lab-help
_______________________________________________
Fiware-lab-help mailing list
Fiware-lab-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-lab-help