Skip to content

Instantly share code, notes, and snippets.

View wittling's full-sized avatar

Wittling wittling

View GitHub Profile
@wittling
wittling / connectionpoint-ports
Created January 22, 2018 21:43
Using Ports in Connection Point
"scale_in_out":2,
352 "vnfc":[
353 {
354 "connection_point":[
355 {
356 "interfaceId":0,
357 "virtual_link_reference":"aaacorp-site1"
358 },
359 {
360 "interfaceId":1,
@wittling
wittling / openbaton-vnfm-generic-user-data.sh
Created November 8, 2017 17:16
user-data.sh - customized
#!/bin/sh
# The orchestrator sets these dynamically at runtime. Do not set them here.
# In fact, if you attempt to override them by setting them here, the parameter
# is not replaced - but in fact is written twice over (i.e. TIMEZONE=CDTEDT, USERNAME=adminadmin) in the VM.
#
export MONITORING_IP=
export TIMEZONE=
export BROKER_IP=
export BROKER_PORT=
@wittling
wittling / openbaton-fm.log
Created October 19, 2017 19:14
openbaton.log - develop branch - after initializing system and starting fm-system. fm-system patched to fix array error in RestRequest.java
2017-10-19 15:10:27.914 INFO 20478 --- [main] o.openbaton.faultmanagement.Application : Starting Application on ubuntu-openbaton with PID 20478 (/opt/openbaton/fm-system/build/libs/fm-system-1.2.6-SNAPSHOT.jar started by root in /opt/openbaton/fm-system)
2017-10-19 15:10:27.917 DEBUG 20478 --- [main] o.openbaton.faultmanagement.Application : Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE
2017-10-19 15:10:27.917 INFO 20478 --- [main] o.openbaton.faultmanagement.Application : No active profile set, falling back to default profiles: default
2017-10-19 15:10:27.957 INFO 20478 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@28c97a5: startup date [Thu Oct 19 15:10:27 EDT 2017]; root of context hierarchy
2017-10-19 15:10:29.000 INFO 20478 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [org.spring
@wittling
wittling / RestRequest.java
Created October 17, 2017 15:01
RestRequest.java with modifications to getAccessToken
/*
* Copyright (c) 2016 Open Baton (http://www.openbaton.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software