return redfish.setup(nodeId)
            .then(function () {
                var beforeSettings = redfish.settings.root;
                var redfishSettings = beforeSettings.replace('Chassis', 'Systems');
                return self.createRedfishCatalogs(redfishSettings, nodeId);