GithubHelp home page GithubHelp logo

sfc-random's People

Contributors

flavio-fernandes avatar trozet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sfc-random's Issues

ODL SFC web 404 not found

Greetings,
First of all kudos for the great work and effort.
I have successfully managed to run tacker sfc example.
Run the VNFs, created the chain, all outputs show that everything should be fine and working.

My only problem is that the url http://:8181/sfc/index.html outputs a 404 error.
The ODL url http://:8181/index.html works just fine

Could someone give a hint on where should I look, for errors, or at least which is the module of the sfc-ui that should be working properly?

At the apidoc/explorer/index.html url, I see various sfc urls, but cannot make out which would be the UI one.

Thank you,

Akis

I get mySQL Errors during install

Hi,

Thanks for writing this code. I am trying to run this on a Liberty OSP 8 setup. I am getting the below errors during install.

Error: Could not prefetch mysql_database provider 'mysql': Execution of '/bin/mysql --defaults-extra-file=/root/.my.cnf -NBe show variables like '%database' keystone' returned 1: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Error: Execution of '/bin/mysql --defaults-extra-file=/root/.my.cnf -NBe create database if not exists tacker character set utf8 collate utf8_general_ci' returned 1: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Error: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Mysql_database[tacker]/ensure: change from absent to present failed: Execution of '/bin/mysql --defaults-extra-file=/root/.my.cnf -NBe create database if not exists tacker character set utf8 collate utf8_general_ci' returned 1: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Notice: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker_172.16.0.10]/Mysql_user[[email protected]]: Dependency Mysql_database[tacker] has failures: true
Warning: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker_172.16.0.10]/Mysql_user[[email protected]]: Skipping because of failed dependencies
Notice: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker
%]/Mysql_user[tacker@%]: Dependency Mysql_database[tacker] has failures: true
Warning: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker_%]/Mysql_user[tacker@%]: Skipping because of failed dependencies
Error: Could not prefetch mysql_grant provider 'mysql': Execution of '/bin/mysql --defaults-extra-file=/root/.my.cnf -NBe SELECT CONCAT(User, '@',Host) AS User FROM mysql.user' returned 1: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Notice: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker_%]/Mysql_grant[tacker@%/tacker.]: Dependency Mysql_database[tacker] has failures: true
Warning: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker
%]/Mysql_grant[tacker@%/tacker.]: Skipping because of failed dependencies
Notice: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker_172.16.0.13]/Mysql_user[[email protected]]: Dependency Mysql_database[tacker] has failures: true
Warning: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker_172.16.0.13]/Mysql_user[[email protected]]: Skipping because of failed dependencies
Notice: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker_172.16.0.13]/Mysql_grant[[email protected]/tacker.
]: Dependency Mysql_database[tacker] has failures: true
Warning: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker_172.16.0.13]/Mysql_grant[[email protected]/tacker.]: Skipping because of failed dependencies
Notice: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker_172.16.0.10]/Mysql_grant[[email protected]/tacker.
]: Dependency Mysql_database[tacker] has failures: true
Warning: /Stage[main]/Tacker::Db::Mysql/Openstacklib::Db::Mysql[tacker]/Openstacklib::Db::Mysql::Host_access[tacker_172.16.0.10]/Mysql_grant[[email protected]/tacker._]: Skipping because of failed dependencies
Notice: /Stage[main]/Tacker::Db/Tacker_config[database/min_pool_size]/ensure: created
Notice: /Stage[main]/Tacker::Db/Tacker_config[database/max_pool_size]/ensure: created
Notice: /Stage[main]/Tacker::Db/Tacker_config[database/connection]/ensure: created
Notice: /Stage[main]/Tacker::Db/Tacker_config[database/max_retries]/ensure: created
Notice: /Stage[main]/Tacker::Db/Tacker_config[database/max_overflow]/ensure: created
Notice: /Stage[main]/Tacker::Db/Tacker_config[database/retry_interval]/ensure: created
Notice: /Stage[main]/Tacker::Db/Tacker_config[database/idle_timeout]/ensure: created
Notice: /Stage[main]/Tacker::Keystone::Auth/Keystone::Resource::Service_identity[tacker]/Keystone_service[tacker::servicevm]/ensure: created
Error: Execution of '/bin/openstack user create --format shell tacker --enable --password tacker --email tacker@localhost --domain Default' returned 1: Could not find resource Default
Error: /Stage[main]/Tacker::Keystone::Auth/Keystone::Resource::Service_identity[tacker]/Keystone_user[tacker]/ensure: change from absent to present failed: Execution of '/bin/openstack user create --format shell tacker --enable --password tacker --email tacker@localhost --domain Default' returned 1: Could not find resource Default
Notice: /Stage[main]/Tacker::Keystone::Auth/Keystone::Resource::Service_identity[tacker]/Keystone_user_role[tacker@service]: Dependency Keystone_user[tacker] has failures: true
Warning: /Stage[main]/Tacker::Keystone::Auth/Keystone::Resource::Service_identity[tacker]/Keystone_user_role[tacker@service]: Skipping because of failed dependencies
Error: Could not prefetch keystone_endpoint provider 'openstack': Execution of '/bin/openstack endpoint list --quiet --format csv' returned 1: An unexpected error prevented the server from fulfilling your request. (HTTP 500) (Request-ID: req-3acbf5c8-f0e3-47c2-9392-8dcf70676e4b)
Error: Execution of '/bin/openstack service list --quiet --format csv' returned 1: An unexpected error prevented the server from fulfilling your request. (HTTP 500) (Request-ID: req-683d15a8-1258-4d6e-909b-313cb089dc2e)
Error: /Stage[main]/Tacker::Keystone::Auth/Keystone::Resource::Service_identity[tacker]/Keystone_endpoint[regionOne/tacker::servicevm]/ensure: change from absent to present failed: Execution of '/bin/openstack service list --quiet --format csv' returned 1: An unexpected error prevented the server from fulfilling your request. (HTTP 500) (Request-ID: req-683d15a8-1258-4d6e-909b-313cb089dc2e)
Notice: /Stage[main]/Tacker/User[tacker]/ensure: created
Notice: /Stage[main]/Tacker/File[/var/lib/tacker]/ensure: created
Notice: /Stage[main]/Tacker/File[/var/log/tacker]/ensure: created
Notice: /Stage[main]/Tacker/File[/etc/tacker]/owner: owner changed 'root' to 'tacker'
Notice: /Stage[main]/Tacker/File[/etc/tacker]/group: group changed 'root' to 'tacker'
Notice: /Stage[main]/Tacker/File[/etc/tacker]/mode: mode changed '0755' to '0750'
Notice: /File[/etc/tacker]/seluser: seluser changed 'unconfined_u' to 'system_u'
Notice: /File[/etc/tacker]/seltype: seltype changed 'admin_home_t' to 'etc_t'
Notice: /Stage[main]/Tacker/File[/etc/tacker/tacker.conf]/owner: owner changed 'root' to 'tacker'
Notice: /Stage[main]/Tacker/File[/etc/tacker/tacker.conf]/group: group changed 'root' to 'tacker'
Notice: /Stage[main]/Tacker/File[/etc/tacker/tacker.conf]/mode: mode changed '0644' to '0600'
Notice: /File[/etc/tacker/tacker.conf]/seluser: seluser changed 'unconfined_u' to 'system_u'
Notice: /File[/etc/tacker/tacker.conf]/seltype: seltype changed 'admin_home_t' to 'etc_t'
Notice: /Stage[main]/Tacker/Tacker_config[keystone_authtoken/auth_url]/value: value changed 'http://127.0.0.1:35357' to 'http://192.168.126.136:35357'
Notice: /Stage[main]/Tacker::Db::Sync/Exec[tacker-manage db_sync]: Dependency Mysql_database[tacker] has failures: true
Warning: /Stage[main]/Tacker::Db::Sync/Exec[tacker-manage db_sync]: Skipping because of failed dependencies
Error: /Stage[main]/Tacker::Db::Sync/Exec[tacker-manage db_sync]: Failed to call refresh: Could not find command 'tacker-manage'
Error: /Stage[main]/Tacker::Db::Sync/Exec[tacker-manage db_sync]: Could not find command 'tacker-manage'
Notice: /Stage[main]/Tacker::Service/Service[tacker]: Dependency Mysql_database[tacker] has failures: true
Warning: /Stage[main]/Tacker::Service/Service[tacker]: Skipping because of failed dependencies
Notice: /Stage[main]/Tacker::Service/Service[tacker]: Triggered 'refresh' from 42 events

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.